Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
97c278e3
Commit
97c278e3
authored
Mar 29, 2011
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc: Hook up syncfs system call.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
0ce790e7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
arch/sparc/include/asm/unistd.h
arch/sparc/include/asm/unistd.h
+2
-1
arch/sparc/kernel/systbls_32.S
arch/sparc/kernel/systbls_32.S
+1
-1
arch/sparc/kernel/systbls_64.S
arch/sparc/kernel/systbls_64.S
+2
-0
No files found.
arch/sparc/include/asm/unistd.h
View file @
97c278e3
...
...
@@ -403,8 +403,9 @@
#define __NR_name_to_handle_at 332
#define __NR_open_by_handle_at 333
#define __NR_clock_adjtime 334
#define __NR_syncfs 335
#define NR_syscalls 33
5
#define NR_syscalls 33
6
#ifdef __32bit_syscall_numbers__
/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
...
...
arch/sparc/kernel/systbls_32.S
View file @
97c278e3
...
...
@@ -84,4 +84,4 @@ sys_call_table:
/*
320
*/
.
long
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
/*
325
*/
.
long
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
long
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
/*
335
*/
.
long
sys_syncfs
arch/sparc/kernel/systbls_64.S
View file @
97c278e3
...
...
@@ -85,6 +85,7 @@ sys_call_table32:
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
compat_sys_preadv
.
word
compat_sys_pwritev
,
compat_sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
compat_sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
word
sys32_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
compat_sys_open_by_handle_at
,
compat_sys_clock_adjtime
.
word
sys_syncfs
#endif /* CONFIG_COMPAT */
...
...
@@ -161,3 +162,4 @@ sys_call_table:
/*
320
*/
.
word
sys_dup3
,
sys_pipe2
,
sys_inotify_init1
,
sys_accept4
,
sys_preadv
.
word
sys_pwritev
,
sys_rt_tgsigqueueinfo
,
sys_perf_event_open
,
sys_recvmmsg
,
sys_fanotify_init
/*
330
*/
.
word
sys_fanotify_mark
,
sys_prlimit64
,
sys_name_to_handle_at
,
sys_open_by_handle_at
,
sys_clock_adjtime
.
word
sys_syncfs
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment