Whamcloud - gitweb
b=15899
authornathan <nathan>
Fri, 22 Aug 2008 17:40:47 +0000 (17:40 +0000)
committernathan <nathan>
Fri, 22 Aug 2008 17:40:47 +0000 (17:40 +0000)
i=nathan
i=adilger
add OST pools

lustre/mds/mds_unlink_open.c

index 8c9d55a..d3dce3d 100644 (file)
@@ -140,7 +140,7 @@ static int mds_unlink_orphan(struct obd_device *obd, struct dentry *dchild,
         if (lmm == NULL)
                 RETURN(-ENOMEM);
 
-        rc = mds_get_md(obd, inode, lmm, &lmm_size, 1, 0);
+        rc = mds_get_md(obd, inode, lmm, &lmm_size, 1, 0, 0);
         if (rc < 0)
                 GOTO(out_free_lmm, rc);