fs: remove ksys_dup
Fold it into the only remaining caller. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
166e07c37c
commit
bc1cd99a9a
2 changed files with 1 additions and 7 deletions
|
|
@ -1237,7 +1237,6 @@ asmlinkage long sys_ni_syscall(void);
|
|||
*/
|
||||
|
||||
int ksys_umount(char __user *name, int flags);
|
||||
int ksys_dup(unsigned int fildes);
|
||||
int ksys_chroot(const char __user *filename);
|
||||
ssize_t ksys_write(unsigned int fd, const char __user *buf, size_t count);
|
||||
int ksys_chdir(const char __user *filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue