Whamcloud - gitweb
Make clear, for the sake of future merging, why the per-directory
authorphil <phil>
Sun, 27 Jun 2004 16:27:02 +0000 (16:27 +0000)
committerphil <phil>
Sun, 27 Jun 2004 16:27:02 +0000 (16:27 +0000)
striping default code was removed from mds_crceate_objects

lustre/mds/mds_open.c

index 9c86d33..32af2fb 100644 (file)
@@ -389,6 +389,10 @@ static int mds_create_objects(struct ptlrpc_request *req, int offset,
                                            0, &lsm, rec->ur_eadata);
                         if (rc)
                                 GOTO(out_oa, rc);
+                } else {
+                        /* Per-directory striping default code removed, because
+                         * it uses the same unnamed EA storage as the directory
+                         * striping for CMD. -p */
                 } 
                 LASSERT(oa->o_gr >= FILTER_GROUP_FIRST_MDS);
                 rc = obd_create(mds->mds_osc_exp, oa, &lsm, &oti);