Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 20:11:03 +0200
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Attilio Rao <attilio@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r242833 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs fs/cd9660 fs/devfs fs/ext2fs fs/fdescfs fs/fuse fs/msdosfs fs/nandfs fs/nfsclient fs/nullfs fs/pseudofs fs/tmpfs fs/udf...
Message-ID:  <20121109181103.GF73505@kib.kiev.ua>
In-Reply-To: <201211091802.qA9I2QP6026142@svn.freebsd.org>
References:  <201211091802.qA9I2QP6026142@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--nZI+t0v/pUPN+ap0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Nov 09, 2012 at 06:02:26PM +0000, Attilio Rao wrote:
> Author: attilio
> Date: Fri Nov  9 18:02:25 2012
> New Revision: 242833
> URL: http://svnweb.freebsd.org/changeset/base/242833
>=20
> Log:
>   Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
>   Porters should refer to __FreeBSD_version 1000021 for this change as
>   it may have happened at the same timeframe.
>=20
> Modified: head/sys/fs/fuse/fuse_vfsops.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/sys/fs/fuse/fuse_vfsops.c	Fri Nov  9 17:56:49 2012	(r242832)
> +++ head/sys/fs/fuse/fuse_vfsops.c	Fri Nov  9 18:02:25 2012	(r242833)
> @@ -339,7 +339,6 @@ fuse_vfsop_mount(struct mount *mp)
> =20
>  	vfs_getnewfsid(mp);
>  	mp->mnt_flag |=3D MNT_LOCAL;
> -	mp->mnt_kern_flag |=3D MNTK_MPSAFE;
>  	if (subtype) {
>  		strlcat(mp->mnt_stat.f_fstypename, ".", MFSNAMELEN);
>  		strlcat(mp->mnt_stat.f_fstypename, subtype, MFSNAMELEN);

mnt_flag update should happen under the mount interlock.

--nZI+t0v/pUPN+ap0
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlCdRzcACgkQC3+MBN1Mb4hIpQCg1gH8OpKDt6m8VOyojgY8OguB
ah8AoK9/ncPYRbnbAvXU+4v6OBx9ldLy
=OhH2
-----END PGP SIGNATURE-----

--nZI+t0v/pUPN+ap0--



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