Commit c7a1fcd8e6e0c3c8f4f8f74fc926ff04da3bf7a7
Committed by
Linus Torvalds
1 parent
01ba825146
Exists in
master
and in
7 other branches
include/asm-generic/unistd.h: fix syncfs syscall number
syncfs() is duplicating name_to_handle_at() due to a merging mistake. Cc: Sage Weil <sage@newdream.net> Cc: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
include/asm-generic/unistd.h
... | ... | @@ -652,7 +652,7 @@ |
652 | 652 | __SYSCALL(__NR_open_by_handle_at, sys_open_by_handle_at) |
653 | 653 | #define __NR_clock_adjtime 266 |
654 | 654 | __SYSCALL(__NR_clock_adjtime, sys_clock_adjtime) |
655 | -#define __NR_syncfs 264 | |
655 | +#define __NR_syncfs 267 | |
656 | 656 | __SYSCALL(__NR_syncfs, sys_syncfs) |
657 | 657 | |
658 | 658 | #undef __NR_syscalls |