patch-2.3.99-pre4 linux/include/linux/sched.h

Next file: linux/include/linux/skbuff.h
Previous file: linux/include/linux/raid/md_u.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/include/linux/sched.h linux/include/linux/sched.h
@@ -185,12 +185,13 @@
 	atomic_t count;
 	int umask;
 	struct dentry * root, * pwd;
+	struct vfsmount * rootmnt, * pwdmnt;
 };
 
 #define INIT_FS { \
 	ATOMIC_INIT(1), \
 	0022, \
-	NULL, NULL \
+	NULL, NULL, NULL, NULL \
 }
 
 /* Maximum number of active map areas.. This is a random (large) number */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)