Re: invalidate_inode_pages in 2.5.32/3

Andrew Morton (akpm@digeo.com)
Sat, 07 Sep 2002 10:02:16 -0700


Andrew Morton wrote:
>
> XFS has a ->releasepage.

And it looks like it wants to be able to sleep.

I lied about ->releasepage being nonblocking. try_to_free_buffers()
is nonblocking, and for a while, ->releasepage had to be nonblocking.
But we can relax that now. I'll put the gfp_flags back into
page reclaim's call to try_to_release_page(). That might help XFS
to play nice with the VM.
-
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/