commit | 766ece54f4c9c29b25eabd091a2ee939feb1669e | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Jan 23 18:07:14 2019 +0100 |
committer | David Sterba <dsterba@suse.com> | Mon Feb 25 14:13:28 2019 +0100 |
tree | e600cdb57da7810436ca26bfbc5b7be66925ecf6 | |
parent | 970e74d961db61eed18e33d8ecd644ee8ef7da04 [diff] |
btrfs: merge btrfs_set_lock_blocking_rw with it's caller The last caller that does not have a fixed value of lock is btrfs_set_path_blocking, that actually does the same conditional swtich by the lock type so we can merge the branches together and remove the helper. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: David Sterba <dsterba@suse.com>