Skip to content

Draft: nfs: Remove writepage

Jeffrey Layton requested to merge jtlayton/centos-stream-9:CS-1999 into main

nfs: Remove writepage

JIRA: https://issues.redhat.com/browse/CS-1999

When nfs_writepages_locked is called by nfs_writepage, it can return without writing anything back and without redirtying the page. Upstream, this was fixed by removing nfs_writepage altogether. I believe we can take the same approach in RHEL9.

Signed-off-by: Jeffrey Layton jlayton@redhat.com

Merge request reports