From ba144ff658c3f69e27f1460de7aae78c709e5a97 Mon Sep 17 00:00:00 2001 From: pravins Date: Mon, 5 Oct 2009 04:23:27 +0000 Subject: [PATCH] b=17670 fix build failure. --- 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 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; } -- 1.8.3.1