diff options
Diffstat (limited to 'drivers/md/dm-mpath.c')
-rw-r--r-- | drivers/md/dm-mpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c index 9bf3460c5540..c681d5e5f45c 100644 --- a/drivers/md/dm-mpath.c +++ b/drivers/md/dm-mpath.c | |||
@@ -1395,8 +1395,7 @@ error: | |||
1395 | return -EINVAL; | 1395 | return -EINVAL; |
1396 | } | 1396 | } |
1397 | 1397 | ||
1398 | static int multipath_ioctl(struct dm_target *ti, struct inode *inode, | 1398 | static int multipath_ioctl(struct dm_target *ti, unsigned int cmd, |
1399 | struct file *filp, unsigned int cmd, | ||
1400 | unsigned long arg) | 1399 | unsigned long arg) |
1401 | { | 1400 | { |
1402 | struct multipath *m = (struct multipath *) ti->private; | 1401 | struct multipath *m = (struct multipath *) ti->private; |