diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 03e1c4ad341b..6d6e94b63803 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1148,7 +1148,8 @@ int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root | |||
1148 | *item); | 1148 | *item); |
1149 | int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct | 1149 | int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct |
1150 | btrfs_root_item *item, struct btrfs_key *key); | 1150 | btrfs_root_item *item, struct btrfs_key *key); |
1151 | int btrfs_find_dead_roots(struct btrfs_root *root); | 1151 | int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid, |
1152 | struct btrfs_root *latest_root); | ||
1152 | /* dir-item.c */ | 1153 | /* dir-item.c */ |
1153 | int btrfs_insert_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root | 1154 | int btrfs_insert_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root |
1154 | *root, const char *name, int name_len, u64 dir, | 1155 | *root, const char *name, int name_len, u64 dir, |