OSDN Git Service

btrfs: make the fs root init functions static
[tomoyo/tomoyo-test1.git] / fs / btrfs / disk-io.c
index f0a33e0..67e7b0c 100644 (file)
@@ -1437,7 +1437,7 @@ alloc_fail:
        goto out;
 }
 
-int btrfs_init_fs_root(struct btrfs_root *root)
+static int btrfs_init_fs_root(struct btrfs_root *root)
 {
        int ret;
        struct btrfs_subvolume_writers *writers;
@@ -1488,8 +1488,8 @@ fail:
        return ret;
 }
 
-struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info,
-                                       u64 root_id)
+static struct btrfs_root *btrfs_lookup_fs_root(struct btrfs_fs_info *fs_info,
+                                              u64 root_id)
 {
        struct btrfs_root *root;