On Mon, Jan 12, 2015 at 06:42:58PM +0100, Jan Kara wrote: > On Thu 08-01-15 04:24:48, Christoph Hellwig wrote: > > > This patchset passes xfstests and various benchmarks and stress > > > workloads, so the real question is now: > > > > > > What have I missed? > > > > > > Comments, thoughts, flames? > > > > Why is this done in XFS and not in generic code? > I was also thinking about this. In the end I decided not to propose this > since the new rw-lock would grow struct inode and is actually necessary > only for filesystems implementing hole punching AFAICS. And that isn't > supported by that many filesystems. So fs private implementation which > isn't that complicated looked like a reasonable solution to me... Ok, so it seems that doing this in the filesystem itself as an initial solution is the way to move forward. Given that, this patchset has run through regression and stress testing for a couple of weeks without uncovering problems, so now I'm looking for reviews so I can commit it. Anyone? Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html