summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clnode.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-11-19 22:43:45 +0000
committerattilio <attilio@FreeBSD.org>2012-11-19 22:43:45 +0000
commitb9a061c88d92d734df24193d90dc1a6fb80dca38 (patch)
tree74991dff07f38b2ff87b7e8e75d2f6d55750135d /sys/fs/nfsclient/nfs_clnode.c
parenteaa145b16d702000da7dbb52940d892080e82144 (diff)
downloadFreeBSD-src-b9a061c88d92d734df24193d90dc1a6fb80dca38.zip
FreeBSD-src-b9a061c88d92d734df24193d90dc1a6fb80dca38.tar.gz
r16312 is not any longer real since many years (likely since when VFS
received granular locking) but the comment present in UFS has been copied all over other filesystems code incorrectly for several times. Removes comments that makes no sense now. Reviewed by: kib MFC after: 3 days
Diffstat (limited to 'sys/fs/nfsclient/nfs_clnode.c')
-rw-r--r--sys/fs/nfsclient/nfs_clnode.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/fs/nfsclient/nfs_clnode.c b/sys/fs/nfsclient/nfs_clnode.c
index d721931..eaaec9c 100644
--- a/sys/fs/nfsclient/nfs_clnode.c
+++ b/sys/fs/nfsclient/nfs_clnode.c
@@ -122,12 +122,6 @@ ncl_nget(struct mount *mntp, u_int8_t *fhp, int fhsize, struct nfsnode **npp,
*npp = VTONFS(nvp);
return (0);
}
-
- /*
- * Allocate before getnewvnode since doing so afterward
- * might cause a bogus v_data pointer to get dereferenced
- * elsewhere if zalloc should block.
- */
np = uma_zalloc(newnfsnode_zone, M_WAITOK | M_ZERO);
error = getnewvnode("newnfs", mntp, &newnfs_vnodeops, &nvp);
OpenPOWER on IntegriCloud