Skip to content
Snippets Groups Projects
Commit 0a1837a5 authored by Danny Auble's avatar Danny Auble
Browse files

BLUEGENE - correct logic to handle splitting a block.

parent 8f429bfb
Branches
No related tags found
No related merge requests found
......@@ -1202,8 +1202,9 @@ extern int down_nodecard(char *mp_name, bitoff_t io_start,
if (create_size != bg_conf->nodecard_cnode_cnt) {
blockreq.small128 = blockreq.small32 / 4;
blockreq.small32 = 0;
io_start = 0;
} else if ((io_start =
}
if ((io_start =
bit_ffs(smallest_bg_record->ionode_bitmap)) == -1)
/* set the start to be the same as the start of the
ionode_bitmap. If no ionodes set (not a small
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment