CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/08 14:40:24
Modified files:
sys/nfs : nfs_node.c nfs_vnops.c
Log message:
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@
