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
@@ -167,7 +167,7 @@
|
||||
157 n32 sync sys_sync
|
||||
158 n32 acct sys_acct
|
||||
159 n32 settimeofday compat_sys_settimeofday
|
||||
160 n32 mount compat_sys_mount
|
||||
160 n32 mount sys_mount
|
||||
161 n32 umount2 sys_umount
|
||||
162 n32 swapon sys_swapon
|
||||
163 n32 swapoff sys_swapoff
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
18 o32 unused18 sys_ni_syscall
|
||||
19 o32 lseek sys_lseek
|
||||
20 o32 getpid sys_getpid
|
||||
21 o32 mount sys_mount compat_sys_mount
|
||||
21 o32 mount sys_mount
|
||||
22 o32 umount sys_oldumount
|
||||
23 o32 setuid sys_setuid
|
||||
24 o32 getuid sys_getuid
|
||||
|
||||
Reference in New Issue
Block a user