Whamcloud - gitweb
Land b1_2_smallfix onto b1_2 (20040624_1212)
[fs/lustre-release.git] / lustre / kernel_patches / patches / iopen-2.4.20.patch
index f409533..d14c88f 100644 (file)
@@ -434,7 +434,7 @@ Index: lum/fs/ext3/namei.c
 +      if (!err) {
 +              err = ext3_mark_inode_dirty(handle, inode);
 +              if (err == 0) {
-+                      (void)iopen_connect_dentry(dentry, inode, 0);
++                      dput(iopen_connect_dentry(dentry, inode, 0));
 +                      return 0;
 +              }
 +      }