Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Mar 1997 20:42:40 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, joerg@freefall.freebsd.org
Subject:   Re: cvs commit:  src/sys/ufs/mfs mfs_vfsops.c
Message-ID:  <199703070942.UAA10031@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Branch:      sys/ufs/mfs  RELENG_2_2
>  Modified:    sys/ufs/mfs  mfs_vfsops.c
>  Log:
>  YAMFC (rev 1.27: supply the mount point when getting a vnode)

I don't trust this change.  Maybe something uses vp->v_mount == NULL
to give special behaviour for mfs.

Looking for tests of vp->v_mount, I found that cluster_write() begins
with a usless test of vp->v_mount.  The next line indirects through
vp->v_mount unconditionally.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703070942.UAA10031>