Skip to content

nfs: fix hung DIO writes in -ENOSPC conditions

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

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2028370

A set of patches that fix an issue where the client can keep continually looping over the same DIO writes when it gets back an error (such as -ENOSPC). This also fixes the logic that we use to determine whether to send a COMMIT at the end of a DIO write.

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

Merge request reports