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/disk-io.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/disk-io.c')
-rw-r--r-- | fs/btrfs/disk-io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index 77a9d46b5cdb..f96a237bb40a 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btrfs/disk-io.c | |||
@@ -1534,8 +1534,8 @@ fail: | |||
1534 | return ret; | 1534 | return ret; |
1535 | } | 1535 | } |
1536 | 1536 | ||
1537 | struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info, | 1537 | static struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info, |
1538 | u64 root_id) | 1538 | u64 root_id) |
1539 | { | 1539 | { |
1540 | struct btrfs_root *root; | 1540 | struct btrfs_root *root; |
1541 | 1541 | ||