btrfs: mark btrfs_put_caching_control() static
[linux-2.6-microblaze.git] / fs / btrfs / block-group.c
index 58f2e89..5f7587c 100644 (file)
@@ -418,7 +418,7 @@ struct btrfs_caching_control *btrfs_get_caching_control(
        return ctl;
 }
 
-void btrfs_put_caching_control(struct btrfs_caching_control *ctl)
+static void btrfs_put_caching_control(struct btrfs_caching_control *ctl)
 {
        if (refcount_dec_and_test(&ctl->count))
                kfree(ctl);