]> git.karo-electronics.de Git - karo-tx-linux.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)
commit4b38a6db01b09198f4045661815a0039c3d80660
treecf298d705d7ac00f49fc02ea5e6ea3f0a17c109e
parent160bc1604f8a33202578846c9a63e2a61105a4b7
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