Deleted Added
full compact
37c37
< * $Id: nfs_node.c,v 1.11 1995/07/22 03:32:18 davidg Exp $
---
> * $Id: nfs_node.c,v 1.12 1995/10/29 15:32:50 phk Exp $
140a141,147
>
> /*
> * Do the MALLOC before the getnewvnode since doing so afterward
> * might cause a bogus v_data pointer to get dereferenced
> * elsewhere if MALLOC should block.
> */
> MALLOC(np, struct nfsnode *, sizeof *np, M_NFSNODE, M_WAITOK);
147a155
> FREE(np, M_NFSNODE);
151d158
< MALLOC(np, struct nfsnode *, sizeof *np, M_NFSNODE, M_WAITOK);