NFS: Remove redundant call to __set_page_dirty_nobuffers
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 21 Oct 2021 21:11:37 +0000 (17:11 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 21 Oct 2021 21:11:41 +0000 (17:11 -0400)
commit4cd27df88af29929cda6e8eb4e0f5bb4e25812bf
tree54f54f5197c68f652e0591f96c028512821bb391
parent023859ce6f88f7cfc223752fb56ec453a147b852
NFS: Remove redundant call to __set_page_dirty_nobuffers

Remove a redundant call in nfs_updatepage(). nfs_writepage_setup() will
have already called nfs_mark_request_dirty() on success.

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