patch-2.4.6 linux/include/linux/mount.h
Next file: linux/include/linux/mtd/cfi.h
Previous file: linux/include/linux/mmzone.h
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Mon Jun 11 19:15:27 2001
-  Orig file: 
v2.4.5/linux/include/linux/mount.h
-  Orig date: 
Fri May 25 12:36:42 2001
diff -u --recursive --new-file v2.4.5/linux/include/linux/mount.h linux/include/linux/mount.h
@@ -14,12 +14,11 @@
 
 struct vfsmount
 {
+	struct list_head mnt_hash;
+	struct vfsmount *mnt_parent;	/* fs we are mounted on */
 	struct dentry *mnt_mountpoint;	/* dentry of mountpoint */
 	struct dentry *mnt_root;	/* root of the mounted tree */
-	struct vfsmount *mnt_parent;	/* fs we are mounted on */
 	struct list_head mnt_instances;	/* other vfsmounts of the same fs */
-	struct list_head mnt_clash;	/* those who are mounted on (other */
-					/* instances) of the same dentry */
 	struct super_block *mnt_sb;	/* pointer to superblock */
 	struct list_head mnt_mounts;	/* list of children, anchored here */
 	struct list_head mnt_child;	/* and going through their mnt_child */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)