export-do_kern_mount.patch

来自「非常经典的一个分布式系统」· PATCH 代码 · 共 14 行

PATCH
14
字号
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 + =
减小字号Ctrl + -
显示快捷键?