From 79ea8363673b76ff8384a23e72714f21d34c653f Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Fri, 13 Nov 2009 00:35:50 +0000 Subject: [PATCH] Branch HEAD b=21188 This is needed temporarily because ext3_data_in_dirent.patch has been disabled for RHEL5 in ldiskfs. --- lustre/osd/osd_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index 990341f..edda042 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -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; } -- 1.8.3.1