Whamcloud - gitweb
Introduced umount_lustre method
authorgreen <green>
Tue, 4 May 2004 19:57:49 +0000 (19:57 +0000)
committergreen <green>
Tue, 4 May 2004 19:57:49 +0000 (19:57 +0000)
lustre/kernel_patches/patches/vfs_intent-2.4.20-rh.patch

index ad539e3..cc9579f 100644 (file)
@@ -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);