diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 8399d6d05d63..2e6039825b7b 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -519,6 +519,9 @@ static struct file_system_type btrfs_fs_type = { | |||
519 | .fs_flags = FS_REQUIRES_DEV, | 519 | .fs_flags = FS_REQUIRES_DEV, |
520 | }; | 520 | }; |
521 | 521 | ||
522 | /* | ||
523 | * used by btrfsctl to scan devices when no FS is mounted | ||
524 | */ | ||
522 | static long btrfs_control_ioctl(struct file *file, unsigned int cmd, | 525 | static long btrfs_control_ioctl(struct file *file, unsigned int cmd, |
523 | unsigned long arg) | 526 | unsigned long arg) |
524 | { | 527 | { |