ext2_cgupdate
if (ronly == 0 && ext2_cgupdate(ump, MNT_WAIT) == 0) {
if ((error = ext2_cgupdate(ump, waitfor)) != 0)
ext2_cgupdate(ump, MNT_WAIT) == 0) {
(void)ext2_cgupdate(ump, MNT_WAIT);
static int ext2_cgupdate(struct ext2mount *, int);