Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/fs/deadfs/dead_vnops.c 143506 2005-03-13 12:06:20Z jeff $
---
> * $FreeBSD: head/sys/fs/deadfs/dead_vnops.c 155896 2006-02-22 06:11:59Z jeff $
50a51
> static vop_getwritemount_t dead_getwritemount;
59a61
> .vop_getwritemount = dead_getwritemount,
80a83,94
> /* ARGSUSED */
> static int
> dead_getwritemount(ap)
> struct vop_getwritemount_args /* {
> struct vnode *a_vp;
> struct mount **a_mpp;
> } */ *ap;
> {
> *(ap->a_mpp) = NULL;
> return (0);
> }
>