Date: Mon, 8 Dec 2008 13:15:31 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/compat/linprocfs linprocfs.c src/sys/fs/procfs procfs_map.c Message-ID: <200812081315.mB8DFgL7053404@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2008-12-08 13:15:31 UTC FreeBSD src repository Modified files: sys/compat/linprocfs linprocfs.c sys/fs/procfs procfs_map.c Log: SVN rev 185766 on 2008-12-08 13:15:31Z by kib Make two style changes to create new commit and document proper commit message for r185765. Noted by: rdivacky Requested by: des Commit message for r185765 should be: In procfs map handler, and in linprocfs maps handler, do not call vn_fullpath() while having vm map locked. This is done in anticipation of the vop_vptocnp commit, that would make vn_fullpath sometime acquire vnode lock. Also, in linprocfs, maps handler already acquires vnode lock. No objections from: des MFC after: 2 week Revision Changes Path 1.130 +1 -2 src/sys/compat/linprocfs/linprocfs.c 1.45 +1 -1 src/sys/fs/procfs/procfs_map.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812081315.mB8DFgL7053404>