Skip to content

nfs: Remove writepage

Jeffrey Layton requested to merge jtlayton/centos-stream-9:RHEL-28630 into main

JIRA: https://issues.redhat.com/browse/RHEL-28630

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

Edited by Jeffrey Layton

Merge request reports