NFS: Make nfs_updatepage() mark the page as dirty.
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 5 Dec 2006 05:35:41 +0000 (00:35 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:39 +0000 (10:46 -0500)
commite261f51f25b98c213e0b3d7f2109b117d714f69d
tree92dfd162f8721f99de74c8227a7f0655143eed9a
parent4d770ccf4257b23a7ca2a85de1b1c22657b581d8
NFS: Make nfs_updatepage() mark the page as dirty.

This will ensure that we can call set_page_writeback() from within
nfs_writepage(), which is always called with the page lock set.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c
include/linux/nfs_page.h