Re: [RFC] nfs: memclear_highpage_flush -> zero_user_page conversion

2007-05-10 Thread Satyam Sharma
On 5/11/07, Chris Wedgwood <[EMAIL PROTECTED]> wrote: Does this look correct? These conversions seem to be present in 21-mm2 already. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[RFC] nfs: memclear_highpage_flush -> zero_user_page conversion

2007-05-10 Thread Chris Wedgwood
Does this look correct? diff --git a/fs/nfs/read.c b/fs/nfs/read.c index 9a55807..7bd7cb9 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c @@ -79,7 +79,7 @@ void nfs_readdata_release(void *data) static int nfs_return_empty_page(struct page *page) { - memclear_highpage_flush(page, 0,

[RFC] nfs: memclear_highpage_flush - zero_user_page conversion

2007-05-10 Thread Chris Wedgwood
Does this look correct? diff --git a/fs/nfs/read.c b/fs/nfs/read.c index 9a55807..7bd7cb9 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c @@ -79,7 +79,7 @@ void nfs_readdata_release(void *data) static int nfs_return_empty_page(struct page *page) { - memclear_highpage_flush(page, 0,

Re: [RFC] nfs: memclear_highpage_flush - zero_user_page conversion

2007-05-10 Thread Satyam Sharma
On 5/11/07, Chris Wedgwood [EMAIL PROTECTED] wrote: Does this look correct? These conversions seem to be present in 21-mm2 already. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at