diff options
Diffstat (limited to 'nfs/ops.c')
-rw-r--r-- | nfs/ops.c | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1627,9 +1627,8 @@ netfs_report_access (struct iouser *cred, { err = nfs_error_trans (ntohl (*p)); p++; - p = process_returned_stat (np, p, 0); /* XXX Should this be - protected by the - if (!err) ? */ + p = process_returned_stat (np, p, 0); + if (!err) { ret = ntohl (*p); |