📄 export-do_kern_mount.patch
字号:
Index: linux-2.6/fs/super.c===================================================================--- linux-2.6.orig/fs/super.c 2006-07-20 10:51:39.000000000 +0800+++ linux-2.6/fs/super.c 2006-07-20 10:51:59.000000000 +0800@@ -877,6 +877,8 @@ do_kern_mount(const char *fstype, int fl return mnt; } +EXPORT_SYMBOL_GPL(do_kern_mount);+ struct vfsmount *kern_mount(struct file_system_type *type) { return vfs_kern_mount(type, 0, type->name, NULL);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -