Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Fri, 13 Nov 2009 00:35:50 +0000 (00:35 +0000)
committerrobert.read <robert.read>
Fri, 13 Nov 2009 00:35:50 +0000 (00:35 +0000)
b=21188

This is needed temporarily because ext3_data_in_dirent.patch has been disabled for RHEL5 in ldiskfs.

lustre/osd/osd_handler.c

index 990341f..edda042 100644 (file)
@@ -2697,7 +2697,7 @@ static int osd_add_dot_dotdot(struct osd_thread_info *info,
                 if (dir->oo_compat_dotdot_created)
                         return __osd_ea_add_rec(info, dir, obj, name, th);
 
-                result = ldiskfs_add_dot_dotdot(oth->ot_handle, parent_dir, inode, NULL, NULL);
+                result = ldiskfs_add_dot_dotdot(oth->ot_handle, parent_dir, inode);
                 if (result == 0)
                        dir->oo_compat_dotdot_created = 1;
         }