On Fri, 12 Sep 2008, Jamie Lokier wrote: > > Here's an idea which is prompted by DISCARD: > > One thing the request layer doesn't do is cancellations. > But if it did: > > If you schedule some swap to be written, then later it is no longer > required before the WRITE has completed (e.g. process exits), on a > busy system would it be worth _cancelling_ the WRITE while it's still > in the request queue? This is quite similar to DISCARDing, but > internal to the kernel. You mean, like those "So Andso wishes to recall the embarrassing message accidentally sent to everyone in the company" which I sometimes see from MS users? Yes, it could be applicable when there's a huge quantity of I/O in flight that suddenly becomes redundant, on process exit (for swap) or file truncation. But is the upper level likely to want submit bios for all such pages? And it only works so long as the bio has not yet gone out for I/O - therefore seems of limited usefulness? But might come pretty much for free if it were decided that DISCARD does need more complicated detect-if-writes-already-queued semantics. Hugh -- 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