diff options
author | attilio <attilio@FreeBSD.org> | 2011-05-16 16:34:03 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-05-16 16:34:03 +0000 |
commit | d57a3c7c06068d612eb55c91583ac76deaf90bf6 (patch) | |
tree | 4909962c43d1915e44aa9f6528f1052b92d97085 /sys/nfs/nfs_common.c | |
parent | d7d74971f13d3dd8b23b648b471dd209deef841f (diff) | |
download | FreeBSD-src-d57a3c7c06068d612eb55c91583ac76deaf90bf6.zip FreeBSD-src-d57a3c7c06068d612eb55c91583ac76deaf90bf6.tar.gz |
MFC
Diffstat (limited to 'sys/nfs/nfs_common.c')
-rw-r--r-- | sys/nfs/nfs_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index c56f31f..09dbfab 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -361,7 +361,7 @@ nfsm_adv_xx(int s, struct mbuf **md, caddr_t *dpos) * * We would prefer to avoid this situation entirely. The situation does not * occur with NFS/UDP and is supposed to only occassionally occur with TCP. - * Use vfs.nfs.realign_count and realign_test to check this. + * Use vfs.nfs_common.realign_count and realign_test to check this. */ int nfs_realign(struct mbuf **pm, int how) |