diff options
Diffstat (limited to 'fs/btrfs/inode-map.h')
-rw-r--r-- | fs/btrfs/inode-map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/inode-map.h b/fs/btrfs/inode-map.h index eb918451b492..ddb347bfee23 100644 --- a/fs/btrfs/inode-map.h +++ b/fs/btrfs/inode-map.h | |||
@@ -5,6 +5,8 @@ void btrfs_init_free_ino_ctl(struct btrfs_root *root); | |||
5 | void btrfs_unpin_free_ino(struct btrfs_root *root); | 5 | void btrfs_unpin_free_ino(struct btrfs_root *root); |
6 | void btrfs_return_ino(struct btrfs_root *root, u64 objectid); | 6 | void btrfs_return_ino(struct btrfs_root *root, u64 objectid); |
7 | int btrfs_find_free_ino(struct btrfs_root *root, u64 *objectid); | 7 | int btrfs_find_free_ino(struct btrfs_root *root, u64 *objectid); |
8 | int btrfs_save_ino_cache(struct btrfs_root *root, | ||
9 | struct btrfs_trans_handle *trans); | ||
8 | 10 | ||
9 | int btrfs_find_free_objectid(struct btrfs_root *root, u64 *objectid); | 11 | int btrfs_find_free_objectid(struct btrfs_root *root, u64 *objectid); |
10 | 12 | ||