Skip to content

Commit

Permalink
include/asm-generic/unistd.h: fix syncfs syscall number
Browse files Browse the repository at this point in the history
syncfs() is duplicating name_to_handle_at() due to a merging mistake.

Cc: Sage Weil <[email protected]>
Cc: Al Viro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
akpm00 authored and torvalds committed Mar 23, 2011
1 parent 01ba825 commit c7a1fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ __SYSCALL(__NR_name_to_handle_at, sys_name_to_handle_at)
__SYSCALL(__NR_open_by_handle_at, sys_open_by_handle_at)
#define __NR_clock_adjtime 266
__SYSCALL(__NR_clock_adjtime, sys_clock_adjtime)
#define __NR_syncfs 264
#define __NR_syncfs 267
__SYSCALL(__NR_syncfs, sys_syncfs)

#undef __NR_syscalls
Expand Down

0 comments on commit c7a1fcd

Please sign in to comment.