Skip to content
Snippets Groups Projects
Commit 0551eb9e authored by scjody's avatar scjody
Browse files

Branch b1_6

Revert incorrect commit.
parent 05a1d3df
No related merge requests found
......@@ -546,9 +546,13 @@ int make_lustre_backfs(struct mkfs_opts *mop)
if (strstr(mop->mo_mkfsopts, "-O") == NULL) {
/* Enable hashed b-tree directory lookup in large dirs
bz6224, and don't initialize all groups. */
strscat(mop->mo_mkfsopts, " -O dir_index,uninit_groups",
bz6224 */
strscat(mop->mo_mkfsopts, " -O dir_index",
sizeof(mop->mo_mkfsopts));
/* ldiskfs2: do not initialize all groups. */
if (mop->mo_ldd.ldd_mount_type == LDD_MT_LDISKFS2)
strscat(mop->mo_mkfsopts, ",uninit_groups",
sizeof(mop->mo_mkfsopts));
}
/* Allow reformat of full devices (as opposed to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment