]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfb8dbc628c9ae9195dde5eed83a303d81d9e9a80
tree54f54f5197c68f652e0591f96c028512821bb391
parentd39079ba24bd0e5b7d69e674ae1f69a229de2e9a
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