* waiting on writepage operation
@ 2000-07-06 1:05 Rajagopal Ananthanarayanan
0 siblings, 0 replies; only message in thread
From: Rajagopal Ananthanarayanan @ 2000-07-06 1:05 UTC (permalink / raw)
To: linux-mm
Noticed that filemap_write_page has a wait
parameter that is being unused. When called
from the swapout path, the calling routine
does not intend the operation to block ...
so it calls filemap_write_page with wait = 0.
However, the writepage operation of the
address space does not support the notion of
waiting. Is there a reason to hope that the
wait argument might become part of writepage()?
It will be great to work out a dead-lock situation
in XFS by simply bailing out of the writepage
if it was called with wait = 0.
Thanks for any suggestions,
--------------------------------------------------------------------------
Rajagopal Ananthanarayanan ("ananth")
Member Technical Staff, SGI.
--------------------------------------------------------------------------
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-07-06 0:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-06 1:05 waiting on writepage operation Rajagopal Ananthanarayanan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.