Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125770
b: refs/heads/master
c: 4ae8978
h: refs/heads/master
v: v3
  • Loading branch information
Michael Kerrisk authored and Al Viro committed Jan 5, 2009
1 parent f5273c9 commit 76e3e3e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f1169e2dc0c70e213f79ada88a10912cc2fbe94
refs/heads/master: 4ae8978cf92a96257cd8998a49e781be83571d64
2 changes: 1 addition & 1 deletion trunk/fs/notify/inotify/inotify_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ asmlinkage long sys_inotify_add_watch(int fd, const char __user *pathname, u32 m
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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/syscalls.h
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ asmlinkage long sys_inotify_init(void);
asmlinkage long sys_inotify_init1(int flags);
asmlinkage long sys_inotify_add_watch(int fd, const char __user *path,
u32 mask);
asmlinkage long sys_inotify_rm_watch(int fd, u32 wd);
asmlinkage long sys_inotify_rm_watch(int fd, __s32 wd);

asmlinkage long sys_spu_run(int fd, __u32 __user *unpc,
__u32 __user *ustatus);
Expand Down

0 comments on commit 76e3e3e

Please sign in to comment.