]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: open code now trivial btrfs_set_lock_blocking
authorDavid Sterba <dsterba@suse.com>
Wed, 4 Apr 2018 00:03:48 +0000 (02:03 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Feb 2019 13:13:27 +0000 (14:13 +0100)
commit66f547ad541aaafb540478d5c2374373d15363db
tree71316678ac95c2e957ce80502db8f527067c0672
parented7be2dcc4d9e89af01a40d66fce45c7b522c77f
btrfs: open code now trivial btrfs_set_lock_blocking

btrfs_set_lock_blocking is now only a simple wrapper around
btrfs_set_lock_blocking_write. The name does not bring any semantic
value that could not be inferred from the new function so there's no
point keeping it.

Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.c
fs/btrfs/disk-io.c
fs/btrfs/extent-tree.c
fs/btrfs/locking.h
fs/btrfs/relocation.c
fs/btrfs/transaction.c
fs/btrfs/tree-defrag.c
fs/btrfs/tree-log.c