diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-04-28 15:29:42 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:02 -0400 |
commit | 788f20eb5affef584e75ea84bb80a4c3352a2c0e (patch) | |
tree | 8d803c865e8f0dd7fa14bdd1f2157b4c8649baa9 /fs/btrfs/super.c | |
parent | 8e7bf94fd5f44fa585e29fbe6a1bfabc04aea7cf (diff) |
Btrfs: Add new ioctl to add devices
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 892864906880..7153dfaa3404 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -388,6 +388,7 @@ int btrfs_get_sb_bdev(struct file_system_type *fs_type, | |||
388 | goto error; | 388 | goto error; |
389 | } | 389 | } |
390 | 390 | ||
391 | btrfs_sb(s)->fs_info->bdev_holder = fs_type; | ||
391 | s->s_flags |= MS_ACTIVE; | 392 | s->s_flags |= MS_ACTIVE; |
392 | } | 393 | } |
393 | 394 | ||