Remove code for variable-sized allocations of NFS filehandles by malloc(),
authorblambert <blambert@openbsd.org>
Fri, 8 Aug 2008 20:40:24 +0000 (20:40 +0000)
committerblambert <blambert@openbsd.org>
Fri, 8 Aug 2008 20:40:24 +0000 (20:40 +0000)
commit286bada861388c52c794652badd0655f1e3f90b9
tree53919f70d962a6690dec79de1a953a39882c45e6
parent3ffd3acbcb38a44843d820d394569eb7a72f9ab3
Remove code for variable-sized allocations of NFS filehandles by malloc(),
as it was never used because there were 64-bit buffers already allocated
for filehandles in nfsnode structs.

ok thib@
sys/nfs/nfs_node.c
sys/nfs/nfs_vnops.c