diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-03-25 18:45:20 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-03-25 18:45:20 +0100 |
commit | 1bbf28756149a0aa0e3c8a74cea9bbe715639027 (patch) | |
tree | f1116dc249ed51df853ca74ba52c02d7c16bd377 /arch/mips/kernel/scall32-o32.S | |
parent | 84ed94323e67c9f99606fb24e8c746a0d62ab95a (diff) | |
download | talos-op-linux-1bbf28756149a0aa0e3c8a74cea9bbe715639027.tar.gz talos-op-linux-1bbf28756149a0aa0e3c8a74cea9bbe715639027.zip |
MIPS: Wire up syncfs(2).
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/scall32-o32.S')
-rw-r--r-- | arch/mips/kernel/scall32-o32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kernel/scall32-o32.S b/arch/mips/kernel/scall32-o32.S index 66b439db91b5..7f5468b38d4c 100644 --- a/arch/mips/kernel/scall32-o32.S +++ b/arch/mips/kernel/scall32-o32.S @@ -589,6 +589,7 @@ einval: li v0, -ENOSYS sys sys_name_to_handle_at 5 sys sys_open_by_handle_at 3 /* 4340 */ sys sys_clock_adjtime 2 + sys sys_syncfs 1 .endm /* We pre-compute the number of _instruction_ bytes needed to |