diff options
Diffstat (limited to 'fs/compat_ioctl.c')
-rw-r--r-- | fs/compat_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/compat_ioctl.c b/fs/compat_ioctl.c index ffdc022cae64..614bd75b5a4a 100644 --- a/fs/compat_ioctl.c +++ b/fs/compat_ioctl.c | |||
@@ -2986,7 +2986,7 @@ asmlinkage long compat_sys_ioctl(unsigned int fd, unsigned int cmd, | |||
2986 | } | 2986 | } |
2987 | 2987 | ||
2988 | do_ioctl: | 2988 | do_ioctl: |
2989 | error = vfs_ioctl(filp, fd, cmd, arg); | 2989 | error = do_vfs_ioctl(filp, fd, cmd, arg); |
2990 | out_fput: | 2990 | out_fput: |
2991 | fput_light(filp, fput_needed); | 2991 | fput_light(filp, fput_needed); |
2992 | out: | 2992 | out: |