Whamcloud - gitweb
b=17670
[fs/lustre-release.git] / 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;
         }