commit | 788f20eb5affef584e75ea84bb80a4c3352a2c0e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Apr 28 15:29:42 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:02 2008 -0400 |
tree | 8d803c865e8f0dd7fa14bdd1f2157b4c8649baa9 | |
parent | 8e7bf94fd5f44fa585e29fbe6a1bfabc04aea7cf [diff] [blame] |
Btrfs: Add new ioctl to add devices Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 6fe8440..6f17345 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h
@@ -133,4 +133,5 @@ struct btrfs_device *btrfs_find_device(struct btrfs_root *root, u64 devid, u8 *uuid); int btrfs_shrink_device(struct btrfs_device *device, u64 new_size); +int btrfs_init_new_device(struct btrfs_root *root, char *path); #endif