commit | ed2b1d36a9d027f9b841be5bfc9d61011462d447 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Sep 24 19:17:17 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 12:46:49 2019 +0100 |
tree | 3dc4a4bdbd2503e8955d691b7f0d75956ba4d176 | |
parent | 31f6e769ce4145fdfaba44ad7c5b30ad21f58c11 [diff] |
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>