btrfs: make close_ctree return void
[deliverable/linux.git] / fs / btrfs / disk-io.h
index 23ce3ceba0a975d5544eb35f0dfd306aff87ad0c..52a17db700fc93963810c7fa2b15d2f4c01e1fd6 100644 (file)
@@ -56,7 +56,7 @@ void clean_tree_block(struct btrfs_trans_handle *trans,
 int open_ctree(struct super_block *sb,
               struct btrfs_fs_devices *fs_devices,
               char *options);
-int close_ctree(struct btrfs_root *root);
+void close_ctree(struct btrfs_root *root);
 int write_ctree_super(struct btrfs_trans_handle *trans,
                      struct btrfs_root *root, int max_mirrors);
 struct buffer_head *btrfs_read_dev_super(struct block_device *bdev);
This page took 0.028444 seconds and 5 git commands to generate.