Whamcloud - gitweb
- workaround for name collision in mdt_obj_create() + debug CERROR there
[fs/lustre-release.git] / lustre / mds / mds_lmv.c
index c4ea3af..d61a0f3 100644 (file)
@@ -618,7 +618,7 @@ int mds_commitrw(int cmd, struct obd_export *exp, struct obdo *oa,
 
         for (i = 0, lnb = res; i < obj->ioo_bufcnt; i++, lnb++)
                 __free_page(lnb->page);
-        f_dput(res->dentry);
+        l_dput(res->dentry);
 
         RETURN(rc);
 }