Whamcloud - gitweb
* update HEAD to b_config
authorrread <rread>
Wed, 18 Dec 2002 23:58:12 +0000 (23:58 +0000)
committerrread <rread>
Wed, 18 Dec 2002 23:58:12 +0000 (23:58 +0000)
lustre/kernel_patches/patches/lustre_version.patch
lustre/kernel_patches/patches/vfs_intent.patch

index 6fb5ce2..2e69e01 100644 (file)
@@ -6,6 +6,6 @@
 --- /dev/null  2002-08-30 16:31:37.000000000 -0700
 +++ linux-2.4.18-17.8.0-zab/include/linux/lustre_version.h     2002-12-06 14:52:30.000000000 -0800
 @@ -0,0 +1 @@
-+#define LUSTRE_KERNEL_VERSION 4
++#define LUSTRE_KERNEL_VERSION 5
 
 _
index 4bba678..54c498a 100644 (file)
 -              if (inode->i_op->follow_link) {
 -                      err = do_follow_link(dentry, nd);
 +              if (inode->i_op->follow_link || inode->i_op->follow_link2) {
-+                      err = do_follow_link(dentry, nd, it);
++                      err = do_follow_link(dentry, nd, NULL);
                        dput(dentry);
                        if (err)
                                goto return_err;