Christoph Hellwig wrote: > On Mon, May 05, 2008 at 01:29:27PM +1000, Timothy Shimmin wrote: >> Hi there, >> >> xfstests/016 has been failing for a while in many cases. >> It was relying on the log traffic for create/rm to be unaltered >> in XFS over the life of XFS. >> Its initial purpose was to test out the writing of the log around >> wrapping and checking that as we wrapped we didn't corrupt any data >> after the end of the log. >> >> The patch is to modify xfstest, 016, to take a sampling of the log traffic >> to guestimate how many ops are needed to get to the end of the log, >> instead of hard-coding in how many ops are expected to get there. > > I get four rejects out of four hunk when trying to apply this patch, > looks like whitespace-damage. Groan. Sorry. I'll attach 016.patch for the moment. Need to see where things went wrong with the whitespace. --Tim