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/super.c b/fs/btrfs/super.c index 8928649..7153dfa 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c
@@ -388,6 +388,7 @@ goto error; } + btrfs_sb(s)->fs_info->bdev_holder = fs_type; s->s_flags |= MS_ACTIVE; }