]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: move btrfs_unlock_up_safe to other locking functions
authorDavid Sterba <dsterba@suse.com>
Tue, 24 Sep 2019 17:17:17 +0000 (19:17 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 18 Nov 2019 11:46:49 +0000 (12:46 +0100)
commita81c8dcf4c4c97357ef9aef04520f6a9d5f7acf2
tree907a2004aea3c9f65f0c4399c3d131be3dc6f416
parent4a479eb118f3ba42f97d54fc131e6756a2f3a129
btrfs: move btrfs_unlock_up_safe to other locking functions

The function belongs to the family of locking functions, so move it
there. The 'noinline' keyword is dropped as it's now an exported
function that does not need it.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/delayed-inode.c
fs/btrfs/locking.c
fs/btrfs/locking.h