diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index a97a67089755..339e637ab272 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2724,9 +2724,10 @@ int btrfs_del_root(struct btrfs_trans_handle *trans, struct btrfs_root *root, | |||
2724 | int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root | 2724 | int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root |
2725 | *root, struct btrfs_key *key, struct btrfs_root_item | 2725 | *root, struct btrfs_key *key, struct btrfs_root_item |
2726 | *item); | 2726 | *item); |
2727 | int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root | 2727 | int __must_check btrfs_update_root(struct btrfs_trans_handle *trans, |
2728 | *root, struct btrfs_key *key, struct btrfs_root_item | 2728 | struct btrfs_root *root, |
2729 | *item); | 2729 | struct btrfs_key *key, |
2730 | struct btrfs_root_item *item); | ||
2730 | int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct | 2731 | int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct |
2731 | btrfs_root_item *item, struct btrfs_key *key); | 2732 | btrfs_root_item *item, struct btrfs_key *key); |
2732 | int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid); | 2733 | int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid); |