mbox series

[0/2] btrfs: some fixes around check send root flags

Message ID cover.1730892925.git.fdmanana@suse.com (mailing list archive)
Headers show
Series btrfs: some fixes around check send root flags | expand

Message

Filipe Manana Nov. 6, 2024, 11:50 a.m. UTC
From: Filipe Manana <fdmanana@suse.com>

Do proper checks for dead and read-only send roots while under the
protection of the necessary lock. More details in the change logs.

Filipe Manana (2):
  btrfs: send: check for dead send root under critical section
  btrfs: send: check for read-only send root under critical section

 fs/btrfs/send.c | 33 ++++++++++++++-------------------
 1 file changed, 14 insertions(+), 19 deletions(-)

Comments

David Sterba Nov. 6, 2024, 6:31 p.m. UTC | #1
On Wed, Nov 06, 2024 at 11:50:44AM +0000, fdmanana@kernel.org wrote:
> From: Filipe Manana <fdmanana@suse.com>
> 
> Do proper checks for dead and read-only send roots while under the
> protection of the necessary lock. More details in the change logs.
> 
> Filipe Manana (2):
>   btrfs: send: check for dead send root under critical section
>   btrfs: send: check for read-only send root under critical section

Reviewed-by: David Sterba <dsterba@suse.com>