Hi folks, I've been seeing symptoms of this issue described in patch 2 for most of this merge cycle, and it's slowly been getting worse, to the point where I had to fix it to be able to get any amount of testing done. Turns out we're doing something that is not smart with XFS test setup, and recent changes to mkfs.xfs caused that to be exposed. These patches fix it. The first patch is a cleanup - no test should be including common/rc directly anymore - _being_fstest() does that now. The second patch fixes the XFS issues in init_rc() which is called from _begin_fstest when is sources common/rc.... Cheers, Dave.