summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient/nfsnode.h')
-rw-r--r--sys/nfsclient/nfsnode.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h
index 76019cd..899510b 100644
--- a/sys/nfsclient/nfsnode.h
+++ b/sys/nfsclient/nfsnode.h
@@ -128,11 +128,7 @@ struct nfsnode {
struct lock n_rslock;
struct nfs4_fctx n_rfc;
struct nfs4_fctx n_wfc;
- /*
- * The last component name is needed for the NFSv4 OPEN
- * operation.
- */
- u_char *n_name;
+ u_char *n_name; /* leaf name, for v4 OPEN op */
uint32_t n_namelen;
};
OpenPOWER on IntegriCloud