From 3f971bb2c1cfc8254606a1707668db8f30e0a6e8 Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Mon, 14 Jul 2025 17:59:52 +0200 Subject: nfs: Removed inapplicable comment in netfs_report_access(). --- nfs/ops.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nfs/ops.c') 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); -- cgit v1.2.3