Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/sys/nfsserver/nfs_srvsubs.c 157391 2006-04-02 04:24:57Z cel $");
---
> __FBSDID("$FreeBSD: head/sys/nfsserver/nfs_srvsubs.c 159268 2006-06-05 14:48:02Z kib $");
878a879,882
> if (cnp->cn_flags & GIANTHELD) {
> mtx_unlock(&Giant);
> cnp->cn_flags &= ~GIANTHELD;
> }