diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/inotify_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inotify_user.c b/fs/inotify_user.c index d85c7d931cdf..c1f9115acb35 100644 --- a/fs/inotify_user.c +++ b/fs/inotify_user.c @@ -707,7 +707,7 @@ fput_and_out: return ret; } -asmlinkage long sys_inotify_rm_watch(int fd, u32 wd) +asmlinkage long sys_inotify_rm_watch(int fd, __s32 wd) { struct file *filp; struct inotify_device *dev; |