Skip to content
Commit 43a511c4 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher
Browse files

gfs2: Prevent direct-I/O write fallback errors from getting lost



When a direct I/O write falls entirely and falls back to buffered I/O and the
buffered I/O fails, the write failed with return value 0 instead of the error
number reported by the buffered I/O. Fix that.

Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent d07f6ca9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment