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/root-tree.c | |
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/root-tree.c')
-rw-r--r-- | fs/btrfs/root-tree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index 70193d0e7058..c67b432d867d 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c | |||
@@ -29,8 +29,8 @@ | |||
29 | * generation numbers as then we know the root was once mounted with an older | 29 | * generation numbers as then we know the root was once mounted with an older |
30 | * kernel that was not aware of the root item structure change. | 30 | * kernel that was not aware of the root item structure change. |
31 | */ | 31 | */ |
32 | void btrfs_read_root_item(struct extent_buffer *eb, int slot, | 32 | static void btrfs_read_root_item(struct extent_buffer *eb, int slot, |
33 | struct btrfs_root_item *item) | 33 | struct btrfs_root_item *item) |
34 | { | 34 | { |
35 | uuid_le uuid; | 35 | uuid_le uuid; |
36 | int len; | 36 | int len; |