Whamcloud - gitweb
b=17670
authorpravins <pravins>
Mon, 5 Oct 2009 04:23:27 +0000 (04:23 +0000)
committerpravins <pravins>
Mon, 5 Oct 2009 04:23:27 +0000 (04:23 +0000)
fix build failure.

lustre/osd/osd_handler.c

index 5c153c0..40901dd 100644 (file)
@@ -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;
         }