summaryrefslogtreecommitdiff
path: root/nfs/ops.c
diff options
context:
space:
mode:
authorMichael Kelly <mike@weatherwax.co.uk>2025-07-14 17:59:52 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-07-14 17:59:52 +0200
commit3f971bb2c1cfc8254606a1707668db8f30e0a6e8 (patch)
treeca6b6856af673cb458f3c89926eaffcf8af6982f /nfs/ops.c
parent33b0c82ef37e1625bef7f552edcc18d1fe0864a0 (diff)
nfs: Removed inapplicable comment in netfs_report_access().
Diffstat (limited to 'nfs/ops.c')
-rw-r--r--nfs/ops.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nfs/ops.c b/nfs/ops.c
index 6763d715..bad76139 100644
--- a/nfs/ops.c
+++ b/nfs/ops.c
@@ -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);