diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2021-02-28 14:07:13 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2021-02-28 14:08:31 +0000 |
| commit | d01032736cf067d63e66d6428ffc08e47652600f (patch) | |
| tree | 923d54d3e6598c9554b4e122b81c3c2beca40af6 /sys | |
| parent | 9995455218ff19df9cf0dcaf0198269dc76eeb2d (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/fs/nfs/nfs_commonport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nfs/nfs_commonport.c b/sys/fs/nfs/nfs_commonport.c index a7ce2d4bd015..47038980c640 100644 --- a/sys/fs/nfs/nfs_commonport.c +++ b/sys/fs/nfs/nfs_commonport.c @@ -123,7 +123,7 @@ MALLOC_DEFINE(M_NEWNFSCLLOCKOWNER, "NFSCL lckown", "NFSCL Lock Owner"); MALLOC_DEFINE(M_NEWNFSCLLOCK, "NFSCL lck", "NFSCL Lock"); MALLOC_DEFINE(M_NEWNFSV4NODE, "NEWNFSnode", "NFS vnode"); MALLOC_DEFINE(M_NEWNFSDIRECTIO, "NEWdirectio", "NFS Direct IO buffer"); -MALLOC_DEFINE(M_NEWNFSDIROFF, "NFSCL diroffdiroff", +MALLOC_DEFINE(M_NEWNFSDIROFF, "NFSCL diroff", "NFS directory offset data"); MALLOC_DEFINE(M_NEWNFSDROLLBACK, "NFSD rollback", "NFS local lock rollback"); |
