summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/md/dm-ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c
index 0956b8659360..ddda8107aa7e 100644
--- a/drivers/md/dm-ioctl.c
+++ b/drivers/md/dm-ioctl.c
@@ -1840,7 +1840,7 @@ static int ctl_ioctl(uint command, struct dm_ioctl __user *user)
1840 if (r) 1840 if (r)
1841 goto out; 1841 goto out;
1842 1842
1843 param->data_size = sizeof(*param); 1843 param->data_size = offsetof(struct dm_ioctl, data);
1844 r = fn(param, input_param_size); 1844 r = fn(param, input_param_size);
1845 1845
1846 if (unlikely(param->flags & DM_BUFFER_FULL_FLAG) && 1846 if (unlikely(param->flags & DM_BUFFER_FULL_FLAG) &&