summaryrefslogtreecommitdiff
path: root/nfs/ops.c
diff options
context:
space:
mode:
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);