]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: move btrfs_set_path_blocking 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)
commit0a66bed7ec1c6c36f4fe677042c8ecac3a72f907
tree3dc4a4bdbd2503e8955d691b7f0d75956ba4d176
parenta0d045dc0bdeab3a9912566e4bc274d5f7ffa048
btrfs: move btrfs_set_path_blocking 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/locking.c
fs/btrfs/locking.h