diff options
author | Michael Kelly <mike@weatherwax.co.uk> | 2025-07-14 17:59:52 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-07-14 17:59:52 +0200 |
commit | 3f971bb2c1cfc8254606a1707668db8f30e0a6e8 (patch) | |
tree | ca6b6856af673cb458f3c89926eaffcf8af6982f /nfs/ops.c | |
parent | 33b0c82ef37e1625bef7f552edcc18d1fe0864a0 (diff) |
nfs: Removed inapplicable comment in netfs_report_access().
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); |