mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
exit/bdflush: Remove the deprecated bdflush system call
The bdflush system call has been deprecated for a very long time. Recently Michael Schmitz tested[1] and found that the last known caller of of the bdflush system call is unaffected by it's removal. Since the code is not needed delete it. [1] https://lkml.kernel.org/r/36123b5d-daa0-6c2b-f2d4-a942f069fd54@gmail.com Link: https://lkml.kernel.org/r/87sg10quue.fsf_-_@disp2133 Tested-by: Michael Schmitz <schmitzmic@gmail.com> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Cyril Hrubis <chrubis@suse.cz> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
This commit is contained in:
@@ -1158,7 +1158,6 @@ asmlinkage long sys_ustat(unsigned dev, struct ustat __user *ubuf);
|
||||
asmlinkage long sys_vfork(void);
|
||||
asmlinkage long sys_recv(int, void __user *, size_t, unsigned);
|
||||
asmlinkage long sys_send(int, void __user *, size_t, unsigned);
|
||||
asmlinkage long sys_bdflush(int func, long data);
|
||||
asmlinkage long sys_oldumount(char __user *name);
|
||||
asmlinkage long sys_uselib(const char __user *library);
|
||||
asmlinkage long sys_sysfs(int option,
|
||||
|
||||
Reference in New Issue
Block a user