X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Futils%2Flfs.c;h=123afede60b9090a29696d4874115be440de5313;hp=701868ae0ffc2b606fd7d592111803325c26a977;hb=44405d4d6f7c0a77d540d6a114050ccabd0a4e9f;hpb=1aae733c16161513b07d7f8cc046299e2de5aad3 diff --git a/lustre/utils/lfs.c b/lustre/utils/lfs.c index 701868a..123afed 100644 --- a/lustre/utils/lfs.c +++ b/lustre/utils/lfs.c @@ -5324,7 +5324,6 @@ static int lfs_setdirstripe(int argc, char **argv) "%s %s: warning: '--index' deprecated, use '--mdt-index' instead\n", progname, argv[0]); #endif - lsa.lsa_pattern = LLAPI_LAYOUT_OVERSTRIPING; lsa.lsa_nr_tgts = parse_targets(mdts, sizeof(mdts) / sizeof(__u32), lsa.lsa_nr_tgts, optarg, NULL); @@ -5334,7 +5333,6 @@ static int lfs_setdirstripe(int argc, char **argv) progname, argv[0], optarg); return CMD_HELP; } - lsa.lsa_pattern = 0; lsa.lsa_tgts = mdts; if (lsa.lsa_stripe_off == LLAPI_LAYOUT_DEFAULT)