fs: remove ksys_ioctl
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:
@@ -1241,7 +1241,6 @@ 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);
|
||||
int ksys_fchown(unsigned int fd, uid_t user, gid_t group);
|
||||
int ksys_ioctl(unsigned int fd, unsigned int cmd, unsigned long arg);
|
||||
ssize_t ksys_read(unsigned int fd, char __user *buf, size_t count);
|
||||
void ksys_sync(void);
|
||||
int ksys_unshare(unsigned long unshare_flags);
|
||||
|
Reference in New Issue
Block a user