From 07d10cba481155609e327b93394ad3b4e5d63f5b Mon Sep 17 00:00:00 2001 From: green Date: Tue, 4 May 2004 19:57:49 +0000 Subject: [PATCH] Introduced umount_lustre method --- lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ad539e3..cc9579f 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 @@ -1768,6 +1768,14 @@ Index: linux-2.4.20/include/linux/fs.h int (*getattr) (struct dentry *, struct iattr *); int (*setxattr) (struct dentry *, const char *, void *, size_t, int); ssize_t (*getxattr) (struct dentry *, const char *, void *, size_t); +@@ -938,6 +957,7 @@ + int (*remount_fs) (struct super_block *, int *, char *); + void (*clear_inode) (struct inode *); + void (*umount_begin) (struct super_block *); ++ void (*umount_lustre) (struct super_block *); + + /* Following are for knfsd to interact with "interesting" filesystems + * Currently just reiserfs, but possibly FAT and others later @@ -1092,10 +1111,14 @@ asmlinkage long sys_open(const char *, int, int); -- 1.8.3.1