> Linux does not permit interrupting regular file reads on local
> disks; only NFS supports it. Maybe 2.5 is the time to change
> this.
Note that even the NFS support is less than perfect. Once a process
enters lock_page(), there is no way for the user to interrupt until
whatever I/O that is holding the page lock is finished.
Cheers,
Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/