Deleted Added
full compact
35c35
< __FBSDID("$FreeBSD: head/sys/fs/nfsserver/nfs_nfsdkrpc.c 281962 2015-04-25 00:58:24Z rmacklem $");
---
> __FBSDID("$FreeBSD: head/sys/fs/nfsserver/nfs_nfsdkrpc.c 283600 2015-05-27 09:20:42Z kib $");
296a297,298
> if (softdep_ast_cleanup != NULL)
> softdep_ast_cleanup();
466a469
> struct proc *p;
483a487,490
> p = td->td_proc;
> PROC_LOCK(p);
> p->p_flag2 |= P2_AST_SU;
> PROC_UNLOCK(p);
514a522,524
> PROC_LOCK(p);
> p->p_flag2 &= ~P2_AST_SU;
> PROC_UNLOCK(p);