sh: wire up sys_syncfs.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

+6 -2
+2 -1
arch/sh/include/asm/unistd_32.h
··· 372 #define __NR_name_to_handle_at 359 373 #define __NR_open_by_handle_at 360 374 #define __NR_clock_adjtime 361 375 376 - #define NR_syscalls 362 377 378 #ifdef __KERNEL__ 379
··· 372 #define __NR_name_to_handle_at 359 373 #define __NR_open_by_handle_at 360 374 #define __NR_clock_adjtime 361 375 + #define __NR_syncfs 362 376 377 + #define NR_syscalls 363 378 379 #ifdef __KERNEL__ 380
+2 -1
arch/sh/include/asm/unistd_64.h
··· 393 #define __NR_name_to_handle_at 370 394 #define __NR_open_by_handle_at 371 395 #define __NR_clock_adjtime 372 396 397 #ifdef __KERNEL__ 398 399 - #define NR_syscalls 373 400 401 #define __ARCH_WANT_IPC_PARSE_VERSION 402 #define __ARCH_WANT_OLD_READDIR
··· 393 #define __NR_name_to_handle_at 370 394 #define __NR_open_by_handle_at 371 395 #define __NR_clock_adjtime 372 396 + #define __NR_syncfs 373 397 398 #ifdef __KERNEL__ 399 400 + #define NR_syscalls 374 401 402 #define __ARCH_WANT_IPC_PARSE_VERSION 403 #define __ARCH_WANT_OLD_READDIR
+1
arch/sh/kernel/syscalls_32.S
··· 379 .long sys_name_to_handle_at 380 .long sys_open_by_handle_at /* 360 */ 381 .long sys_clock_adjtime
··· 379 .long sys_name_to_handle_at 380 .long sys_open_by_handle_at /* 360 */ 381 .long sys_clock_adjtime 382 + .long sys_syncfs
+1
arch/sh/kernel/syscalls_64.S
··· 399 .long sys_name_to_handle_at /* 370 */ 400 .long sys_open_by_handle_at 401 .long sys_clock_adjtime
··· 399 .long sys_name_to_handle_at /* 370 */ 400 .long sys_open_by_handle_at 401 .long sys_clock_adjtime 402 + .long sys_syncfs