fs: remove compat_sys_mount
compat_sys_mount is identical to the regular sys_mount now, so remove it and use the native version everywhere. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:

committed by
Al Viro

parent
67e306c690
commit
028abd9222
@@ -34,7 +34,7 @@
|
||||
18 spu oldstat sys_ni_syscall
|
||||
19 common lseek sys_lseek compat_sys_lseek
|
||||
20 common getpid sys_getpid
|
||||
21 nospu mount sys_mount compat_sys_mount
|
||||
21 nospu mount sys_mount
|
||||
22 32 umount sys_oldumount
|
||||
22 64 umount sys_ni_syscall
|
||||
22 spu umount sys_ni_syscall
|
||||
|
Reference in New Issue
Block a user