Deleted Added
full compact
35c35
< * $FreeBSD: head/sys/fs/nullfs/null_vfsops.c 231269 2012-02-09 10:39:01Z mm $
---
> * $FreeBSD: head/sys/fs/nullfs/null_vfsops.c 232059 2012-02-23 18:51:24Z mm $
52a53
> #include <sys/jail.h>
77a79
> struct thread *td = curthread;
83a86,88
> if (!prison_allow(td->td_ucred, PR_ALLOW_MOUNT_NULLFS))
> return (EPERM);
>