diff options
author | Christoph Hellwig <hch@lst.de> | 2008-12-02 09:54:17 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-12-02 09:54:17 -0500 |
commit | b2950863c61bc24cf0f63bc05947d9d50663c4c0 (patch) | |
tree | 3005a034713fe86db2d64ab1b21fe8762f6a4b0c /fs/btrfs/root-tree.c | |
parent | 1ffa4f426c002161b7dbd58b297f5d0680e7dd6a (diff) |
Btrfs: make things static and include the right headers
Shut up various sparse warnings about symbols that should be either
static or have their declarations in scope.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/btrfs/root-tree.c')
-rw-r--r-- | fs/btrfs/root-tree.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index dbe20d4c6ea4..f99335a999d6 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c | |||
@@ -276,6 +276,7 @@ out: | |||
276 | return ret; | 276 | return ret; |
277 | } | 277 | } |
278 | 278 | ||
279 | #if 0 /* this will get used when snapshot deletion is implemented */ | ||
279 | int btrfs_del_root_ref(struct btrfs_trans_handle *trans, | 280 | int btrfs_del_root_ref(struct btrfs_trans_handle *trans, |
280 | struct btrfs_root *tree_root, | 281 | struct btrfs_root *tree_root, |
281 | u64 root_id, u8 type, u64 ref_id) | 282 | u64 root_id, u8 type, u64 ref_id) |
@@ -299,6 +300,7 @@ int btrfs_del_root_ref(struct btrfs_trans_handle *trans, | |||
299 | btrfs_free_path(path); | 300 | btrfs_free_path(path); |
300 | return ret; | 301 | return ret; |
301 | } | 302 | } |
303 | #endif | ||
302 | 304 | ||
303 | int btrfs_find_root_ref(struct btrfs_root *tree_root, | 305 | int btrfs_find_root_ref(struct btrfs_root *tree_root, |
304 | struct btrfs_path *path, | 306 | struct btrfs_path *path, |