Whamcloud - gitweb
Land b1_2 onto HEAD (20040317_2319)
[fs/lustre-release.git] / lustre / kernel_patches / patches / vfs_intent-2.4.21-suse2.patch
index 492e32a..25d147d 100644 (file)
@@ -316,7 +316,7 @@ Index: linux-2.4.21-suse2/fs/namei.c
 +                                              &dentry->d_name, 0, NULL);
 +                              d_invalidate(dentry);
 +                              dput(dentry);
-+                              if (IS_ERR(new)) { 
++                              if (IS_ERR(new)) {
 +                                      err = PTR_ERR(new);
 +                                      break;
 +                              }