ns: Declare sys_setns in syscalls.h
Ooops I overlooked this one, and missing it causes compile errors of the powerpc syscall. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
This commit is contained in:
parent
f063052947
commit
618e724b8d
1 changed files with 1 additions and 0 deletions
|
|
@ -844,4 +844,5 @@ asmlinkage long sys_name_to_handle_at(int dfd, const char __user *name,
|
||||||
asmlinkage long sys_open_by_handle_at(int mountdirfd,
|
asmlinkage long sys_open_by_handle_at(int mountdirfd,
|
||||||
struct file_handle __user *handle,
|
struct file_handle __user *handle,
|
||||||
int flags);
|
int flags);
|
||||||
|
asmlinkage long sys_setns(int fd, int nstype);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue