X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fioctl.c;h=240ec63984cb9f5eb5e25f113a508cb518f73d18;hb=78a768b6ca40e104442ade090226ed4ee0e6cebf;hp=20b0a8a24c6bbb61ea6509412ce2c41fea82dfd2;hpb=ccbf04f24c55ead791dac5df8ddeb1a640fbaad8;p=~andy%2Flinux diff --git a/fs/ioctl.c b/fs/ioctl.c index 20b0a8a24c6..240ec63984c 100644 --- a/fs/ioctl.c +++ b/fs/ioctl.c @@ -542,7 +542,7 @@ int do_vfs_ioctl(struct file *filp, unsigned int fd, unsigned int cmd, return error; } -asmlinkage long sys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg) +SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd, unsigned long, arg) { struct file *filp; int error = -EBADF;