|
@@ -2724,9 +2724,10 @@ int btrfs_del_root(struct btrfs_trans_handle *trans, struct btrfs_root *root,
|
|
int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root
|
|
int btrfs_insert_root(struct btrfs_trans_handle *trans, struct btrfs_root
|
|
*root, struct btrfs_key *key, struct btrfs_root_item
|
|
*root, struct btrfs_key *key, struct btrfs_root_item
|
|
*item);
|
|
*item);
|
|
-int btrfs_update_root(struct btrfs_trans_handle *trans, struct btrfs_root
|
|
|
|
- *root, struct btrfs_key *key, struct btrfs_root_item
|
|
|
|
- *item);
|
|
|
|
|
|
+int __must_check btrfs_update_root(struct btrfs_trans_handle *trans,
|
|
|
|
+ struct btrfs_root *root,
|
|
|
|
+ struct btrfs_key *key,
|
|
|
|
+ struct btrfs_root_item *item);
|
|
int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct
|
|
int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct
|
|
btrfs_root_item *item, struct btrfs_key *key);
|
|
btrfs_root_item *item, struct btrfs_key *key);
|
|
int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid);
|
|
int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid);
|