]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Eliminate duplicate call to nfs_mark_request_dirty
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 11 Apr 2011 15:56:23 +0000 (11:56 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 12 Apr 2011 23:34:22 +0000 (19:34 -0400)
commit0279944ac2a465e45c0168bbedddd5dc6d51b7af
treecf298d705d7ac00f49fc02ea5e6ea3f0a17c109e
parent71f029cc57e6afda9515f6c64e9a4269d29be824
NFS: Eliminate duplicate call to nfs_mark_request_dirty

We only need to call nfs_mark_request_dirty() once in nfs_writepage_setup().

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