diff options
-rw-r--r-- | drivers/md/dm-ioctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index feb64d65fbf..3fd8f0e169e 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c | |||
@@ -1602,6 +1602,7 @@ static long dm_compat_ctl_ioctl(struct file *file, uint command, ulong u) | |||
1602 | #endif | 1602 | #endif |
1603 | 1603 | ||
1604 | static const struct file_operations _ctl_fops = { | 1604 | static const struct file_operations _ctl_fops = { |
1605 | .open = nonseekable_open, | ||
1605 | .unlocked_ioctl = dm_ctl_ioctl, | 1606 | .unlocked_ioctl = dm_ctl_ioctl, |
1606 | .compat_ioctl = dm_compat_ctl_ioctl, | 1607 | .compat_ioctl = dm_compat_ctl_ioctl, |
1607 | .owner = THIS_MODULE, | 1608 | .owner = THIS_MODULE, |