ps 2004-11-29 23:05:30 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_vnops.c Log: Fix for a bug in nfs_mkdir() that called vrele() instead of vput() in the error cases, causing panics. Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com Reviewed by: rwatson Revision Changes Path 1.227 +2 -2 src/sys/nfsclient/nfs_vnops.c