Date: Sun, 31 May 2009 15:01:50 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c Message-ID: <200905311502.n4VF223V089227@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2009-05-31 15:01:50 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: SVN rev 193176 on 2009-05-31 15:01:50Z by kib Unlock the pseudofs vnode before calling fill method for pfs_readlink(). The fill code may need to lock another vnode, e.g. procfs file implementation. Reviewed by: des Tested by: pho MFC after: 2 weeks Revision Changes Path 1.77 +6 -1 src/sys/fs/pseudofs/pseudofs_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905311502.n4VF223V089227>