Re: writepage return value check in vmscan.c

Alan Cox (alan@lxorguk.ukuu.org.uk)
24 Oct 2002 10:15:06 +0100


On Thu, 2002-10-24 at 09:36, Andrew Morton wrote:
> A few fixes have been discussed. One way would be to allocate
> the space for the page when it is first faulted into reality and
> deliver SIGBUS if backing store for it could not be allocated.

You still have to handle the situation where the page goes walkies and
you get ENOSPC or any other ERANDOMSUPRISE from things like NFS. SIGBUS
appears the right thing to do.

-
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/