Date: Sun, 14 Oct 2007 13:49:30 +0000 (UTC) From: Daichi GOTO <daichi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/unionfs union_vfsops.c union_vnops.c Message-ID: <200710141349.l9EDnV16081154@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
daichi 2007-10-14 13:49:30 UTC
FreeBSD src repository
Modified files:
sys/fs/unionfs union_vfsops.c union_vnops.c
Log:
- It has been become MPSAFE.
- Fixed lock panic issue under MPSAFE.
- Fixed panic issue whenever it locks vnode with reclaim.
- Fixed lock implementations not conforming to vnode_if.src style.
Submitted by: Masanori Ozawa <ozawa@ongs.co.jp> (unionfs developer)
Reviewed by: jeff, kensmith
Approved by: re (kensmith)
MFC after: 1 week
Revision Changes Path
1.83 +5 -0 src/sys/fs/unionfs/union_vfsops.c
1.147 +46 -22 src/sys/fs/unionfs/union_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710141349.l9EDnV16081154>
