agk-dm-dm-ioctl-move-compat-code-fix
commit36f494ec472c2b848464c146e294815b960ffa7a
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 9 Nov 2007 18:45:20 +0000 (9 18:45 +0000)
committerMatthias Urlichs <smurf@hera.kernel.org>
Wed, 14 Nov 2007 11:11:43 +0000 (14 11:11 +0000)
treea775ad683d8729405a8c83f1eecb6015ce20a53d
parent686c639b1f4c2627c3dc7024f6ff1544b45b2a08
agk-dm-dm-ioctl-move-compat-code-fix

drivers/md/dm-ioctl.c: In function 'dm_compat_ctl_ioctl':
drivers/md/dm-ioctl.c:1479: warning: passing argument 1 of 'dm_ctl_ioctl' makes pointer from integer without a cast
drivers/md/dm-ioctl.c:1479: warning: passing argument 2 of 'dm_ctl_ioctl' makes integer from pointer without a cast
drivers/md/dm-ioctl.c:1479: error: too few arguments to function 'dm_ctl_ioctl'

Something like this - I didn't try very hard:

Cc: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/md/dm-ioctl.c