diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-08-14 16:27:46 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2013-09-01 08:15:51 -0400 |
commit | 171170c1c5625cab9687ecf6714e09e0c8a6ed3c (patch) | |
tree | ba753864755e002b0a33c532cc3ec956b10bfd0a /fs/btrfs/ctree.h | |
parent | 35a3621beb3e2face3e7954eaee20a8fa0043fac (diff) |
btrfs: mark some local function as 'static'
Cc: Josef Bacik <jbacik@fusionio.com>
Cc: Chris Mason <chris.mason@fusionio.com>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 56f8c1b1016a..f697d00819b8 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -3471,8 +3471,6 @@ int __must_check btrfs_update_root(struct btrfs_trans_handle *trans, | |||
3471 | struct btrfs_root *root, | 3471 | struct btrfs_root *root, |
3472 | struct btrfs_key *key, | 3472 | struct btrfs_key *key, |
3473 | struct btrfs_root_item *item); | 3473 | struct btrfs_root_item *item); |
3474 | void btrfs_read_root_item(struct extent_buffer *eb, int slot, | ||
3475 | struct btrfs_root_item *item); | ||
3476 | int btrfs_find_root(struct btrfs_root *root, struct btrfs_key *search_key, | 3474 | int btrfs_find_root(struct btrfs_root *root, struct btrfs_key *search_key, |
3477 | struct btrfs_path *path, struct btrfs_root_item *root_item, | 3475 | struct btrfs_path *path, struct btrfs_root_item *root_item, |
3478 | struct btrfs_key *root_key); | 3476 | struct btrfs_key *root_key); |