|
@@ -436,7 +436,7 @@ struct btrfs_device *btrfs_alloc_device(struct btrfs_fs_info *fs_info,
|
|
const u8 *uuid);
|
|
const u8 *uuid);
|
|
int btrfs_rm_device(struct btrfs_fs_info *fs_info,
|
|
int btrfs_rm_device(struct btrfs_fs_info *fs_info,
|
|
const char *device_path, u64 devid);
|
|
const char *device_path, u64 devid);
|
|
-void btrfs_cleanup_fs_uuids(void);
|
|
|
|
|
|
+void __exit btrfs_cleanup_fs_uuids(void);
|
|
int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
|
|
int btrfs_num_copies(struct btrfs_fs_info *fs_info, u64 logical, u64 len);
|
|
int btrfs_grow_device(struct btrfs_trans_handle *trans,
|
|
int btrfs_grow_device(struct btrfs_trans_handle *trans,
|
|
struct btrfs_device *device, u64 new_size);
|
|
struct btrfs_device *device, u64 new_size);
|