afs: Add a couple of tracepoints to log I/O errors
Add a couple of tracepoints to log the production of I/O errors within the AFS filesystem. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -915,7 +915,7 @@ int afs_extract_data(struct afs_call *call, bool want_more)
|
||||
break;
|
||||
case AFS_CALL_COMPLETE:
|
||||
kdebug("prem complete %d", call->error);
|
||||
return -EIO;
|
||||
return afs_io_error(call, afs_io_error_extract);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user