Hmm... a "cd" line appeared in the patch, delete it if trying to apply
the patch.
I've attached it to be sure :)
On Thu, 27 Mar 2008 16:25:33 +1100, Barry Naujok <bnaujok@xxxxxxx> wrote:
Running XFS QA with a standard HDD with the bad_features2 problem
happening and doing "mkfs.xfs -l version=1", a problem was encounter
where it went to zero the "bad" features2 bit.
Why didn't this happen all the time?
Upon investigation, I updated the behaviour of the "secondary_sb_wack"
function. Now it always zeroes any garbage found beyond the expected
end of the xfs_sb_t structure in the first sector.
Further down in discrete field checking, there were a lot of
" if (sb->sb_versionnum & XR_PART_SECSB_VNMASK || !do_bzero) { "
checks which seems superfluous for the tests and operations
being performed.
The following patch relies on the bad_features2 patch from the
other week.
--
update_sb_whack.patch
Description: Text Data
|