Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Bacik <josef@toxicpanda.com>2020-11-07 00:27:32 +0300
committerDavid Sterba <dsterba@suse.com>2020-12-08 17:54:09 +0300
commit4048daedb910f83f080c6bb03c78af794aebdff5 (patch)
treeb3ae0fc0160a80011c5a8d68076d6cfa719cb27f /fs/btrfs/delayed-ref.c
parent2f5239dcb26b5037dc21b58fe8bb0e80243f4f6f (diff)
btrfs: locking: remove the recursion handling code
Now that we're no longer using recursion, rip out all of the supporting code. Follow up patches will clean up the callers of these functions. The extent_buffer::lock_owner is still retained as it allows safety checks in btrfs_init_new_buffer for the case that the free space cache is corrupted and we try to allocate a block that we are currently using and have locked in the path. Reviewed-by: Filipe Manana <fdmanana@suse.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/delayed-ref.c')
0 files changed, 0 insertions, 0 deletions