Searched hist:185766 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/procfs/
H A Dprocfs_map.cdiff 185766 Mon Dec 08 11:22:22 MST 2008 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
/freebsd-9.3-release/sys/compat/linprocfs/
H A Dlinprocfs.cdiff 185766 Mon Dec 08 11:22:22 MST 2008 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

Completed in 197 milliseconds