From: green Date: Tue, 4 May 2004 18:46:16 +0000 (+0000) Subject: struct vfsmount needs to be updated as well. X-Git-Tag: v1_7_0_51~2^102~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b9810b80e7e915c7e15c65727e1f839a19736c01;p=fs%2Flustre-release.git struct vfsmount needs to be updated as well. --- diff --git a/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch b/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch index a67fce1..ad539e3 100644 --- a/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch +++ b/lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch @@ -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 @@ }