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