From: phil Date: Sun, 27 Jun 2004 16:27:02 +0000 (+0000) Subject: Make clear, for the sake of future merging, why the per-directory X-Git-Tag: 1.3.4~653 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e44e9bbc5804c33aabdd1a351f2123da72110c20;p=fs%2Flustre-release.git Make clear, for the sake of future merging, why the per-directory striping default code was removed from mds_crceate_objects --- diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index 9c86d33..32af2fb 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -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);