netfs: Fix writethrough-mode error handling
Fix the error return in netfs_perform_write() acting in writethrough-mode
to return any cached error in the case that netfs_end_writethrough()
returns 0.
This can affect the use of O_SYNC/O_DSYNC/RWF_SYNC/RWF_DSYNC in 9p and afs.
Fixes: 41d8e7673a77 ("netfs: Implement a write-through caching option")
Signed-off-by: David Howells <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Jeff Layton <[email protected]>
cc: Eric Van Hensbergen <
[email protected]>
cc: Latchesar Ionkov <
[email protected]>
cc: Dominique Martinet <
[email protected]>
cc: Christian Schoenebeck <
[email protected]>
cc: Marc Dionne <
[email protected]>
cc:
[email protected]
cc:
[email protected]
cc:
[email protected]
cc:
[email protected]
Signed-off-by: Christian Brauner <[email protected]>