diff options
author | Filipe Manana <fdmanana@suse.com> | 2019-09-11 17:42:38 +0100 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2019-11-18 12:46:45 +0100 |
commit | b9fae2ebee0cc3a16e1b61fa397099886886e906 (patch) | |
tree | 637d8cf8e6fd8858dfafbb3adb954f4335a4c720 /fs/btrfs/transaction.h | |
parent | 35b814f3c53e0635cbb1de3ea5d58776eafe8e20 (diff) | |
download | lwn-b9fae2ebee0cc3a16e1b61fa397099886886e906.tar.gz lwn-b9fae2ebee0cc3a16e1b61fa397099886886e906.zip |
Btrfs: make btrfs_wait_extents() static
It's not used ouside of transaction.c
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/transaction.h')
-rw-r--r-- | fs/btrfs/transaction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 2c5a6f6e5bb0..c51135d9b448 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h @@ -218,8 +218,6 @@ int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, struct btrfs_root *root); int btrfs_write_marked_extents(struct btrfs_fs_info *fs_info, struct extent_io_tree *dirty_pages, int mark); -int btrfs_wait_extents(struct btrfs_fs_info *fs_info, - struct extent_io_tree *dirty_pages); int btrfs_wait_tree_log_extents(struct btrfs_root *root, int mark); int btrfs_transaction_blocked(struct btrfs_fs_info *info); int btrfs_transaction_in_commit(struct btrfs_fs_info *info); |