From: pravins Date: Mon, 5 Oct 2009 04:23:27 +0000 (+0000) Subject: b=17670 X-Git-Tag: v1_9_280~18 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ba144ff658c3f69e27f1460de7aae78c709e5a97 b=17670 fix build failure. --- diff --git a/lustre/osd/osd_handler.c b/lustre/osd/osd_handler.c index 5c153c0..40901dd 100644 --- a/lustre/osd/osd_handler.c +++ b/lustre/osd/osd_handler.c @@ -2696,7 +2696,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); + result = ldiskfs_add_dot_dotdot(oth->ot_handle, parent_dir, inode, NULL, NULL); if (result == 0) dir->oo_compat_dotdot_created = 1; }