Nathan Scott wrote: >> #define XFS_BUF_ISUNINITIAL(bp) (0) > > This can go, unwritten extents don't use this interface on Linux. > >> #define XFS_BUF_BP_ISMAPPED(bp) (1) > > *nod* - looks like it should go. > > (could you regen the patch with just these two for now? they are > pretty much self-contained changes, and nice 'n small) Ok, here it is, not so interesting :) -Eric