diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2003-11-22 02:21:49 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2003-11-22 02:21:49 +0000 |
| commit | 90abe7f2944348f95539700ab6f67d72a6ff3bb0 (patch) | |
| tree | d25562b1277a5d3728ec70c624f0765ad7489560 /sys/nfsclient/nfsnode.h | |
| parent | 1647bdb853e937f3f8c655ca1c37f040c9b41e15 (diff) | |
Notes
Diffstat (limited to 'sys/nfsclient/nfsnode.h')
| -rw-r--r-- | sys/nfsclient/nfsnode.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h index 76019cd1e5b0..899510bd7da2 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; }; |
