Date: Fri, 30 Sep 2005 14:40:46 GMT From: soc-chenk <soc-chenk@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 84556 for review Message-ID: <200509301440.j8UEekYl054264@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=84556 Change 84556 by soc-chenk@soc-chenk_leavemealone on 2005/09/30 14:40:09 removed superfluous unlock in fuse_root Submitted by: soc-chenk Affected files ... .. //depot/projects/soc2005/fuse4bsd2/Changelog#13 edit .. //depot/projects/soc2005/fuse4bsd2/fuse_module/fuse.c#11 edit Differences ... ==== //depot/projects/soc2005/fuse4bsd2/Changelog#13 (text+ko) ==== @@ -1,3 +1,6 @@ +Fri Sep 30 16:18:46 CEST 2005 at node: creo.hu, nick: csaba + * removed superfluous unlock in fuse_root + Fri Sep 30 15:23:08 CEST 2005 at node: creo.hu, nick: csaba * update kernel api and userspace - userspace patch updated to 2.4.0-rc1 ==== //depot/projects/soc2005/fuse4bsd2/fuse_module/fuse.c#11 (text+ko) ==== @@ -2046,7 +2046,6 @@ vp = fmnt->rvp; vref(vp); - VOP_UNLOCK(vp, 0, td); vn_lock(vp, flags | LK_RETRY, td); *vpp = vp; #if _DEBUG2Ghelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509301440.j8UEekYl054264>
