commit | 8bead258206f4d4f485ad55bc1e39d23bbfe2fdd | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Apr 04 02:03:48 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Feb 25 14:13:27 2019 +0100 |
tree | 71316678ac95c2e957ce80502db8f527067c0672 | |
parent | 300aa896e1199bcd0dfb61aae86356714e017355 [diff] |
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>