diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 6fe8440b37a7..6f173450378b 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -133,4 +133,5 @@ int btrfs_grow_device(struct btrfs_trans_handle *trans, | |||
133 | struct btrfs_device *btrfs_find_device(struct btrfs_root *root, u64 devid, | 133 | struct btrfs_device *btrfs_find_device(struct btrfs_root *root, u64 devid, |
134 | u8 *uuid); | 134 | u8 *uuid); |
135 | int btrfs_shrink_device(struct btrfs_device *device, u64 new_size); | 135 | int btrfs_shrink_device(struct btrfs_device *device, u64 new_size); |
136 | int btrfs_init_new_device(struct btrfs_root *root, char *path); | ||
136 | #endif | 137 | #endif |