From: green Date: Tue, 4 May 2004 19:57:49 +0000 (+0000) Subject: Introduced umount_lustre method X-Git-Tag: v1_7_0_51~2^102~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=07d10cba481155609e327b93394ad3b4e5d63f5b;p=fs%2Flustre-release.git Introduced umount_lustre method --- 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);