Whamcloud - gitweb
struct vfsmount needs to be updated as well.
authorgreen <green>
Tue, 4 May 2004 18:46:16 +0000 (18:46 +0000)
committergreen <green>
Tue, 4 May 2004 18:46:16 +0000 (18:46 +0000)
lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch

index a67fce1..ad539e3 100644 (file)
@@ -1893,6 +1893,15 @@ Index: linux-2.4.20/kernel/ksyms.c
 ===== include/linux/mount.h 1.7 vs edited =====
 --- linux-2.4.20.orig/include/linux/mount.h    Tue Feb  5 09:49:35 2002
 +++ linux-2.4.20/include/linux/mount.h Tue May  4 19:23:48 2004
+@@ -29,6 +29,8 @@
+       int mnt_flags;
+       char *mnt_devname;              /* Name of device e.g. /dev/dsk/hda1 */
+       struct list_head mnt_list;
++      struct list_head mnt_lustre_list; /* GNS mount list */
++      unsigned long mnt_last_used;      /* for GNS auto-umount (jiffies) */
+ };
+ static inline struct vfsmount *mntget(struct vfsmount *mnt)
 @@ -39,6 +39,7 @@
  }