diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
| -rw-r--r-- | fs/btrfs/ctree.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 7ac4d25fd4f..34ce4140bb4 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -2406,8 +2406,8 @@ int btrfs_find_last_root(struct btrfs_root *root, u64 objectid, struct  			 btrfs_root_item *item, struct btrfs_key *key);  int btrfs_find_dead_roots(struct btrfs_root *root, u64 objectid);  int btrfs_find_orphan_roots(struct btrfs_root *tree_root); -int btrfs_set_root_node(struct btrfs_root_item *item, -			struct extent_buffer *node); +void btrfs_set_root_node(struct btrfs_root_item *item, +			 struct extent_buffer *node);  void btrfs_check_and_init_root_item(struct btrfs_root_item *item);  /* dir-item.c */  |