summaryrefslogtreecommitdiffstats
path: root/lib/libalias
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-08-18 13:36:09 +0000
committerdes <des@FreeBSD.org>2003-08-18 13:36:09 +0000
commit6169ee96f23dec2a698ec7cebfed6fc91b198c9d (patch)
tree7c1d03da4d82fc7d9b6d4e2a34dae2c1bd40f64c /lib/libalias
parent1bccee947e37f6a13b02de89c61a8031d9eabf1f (diff)
downloadFreeBSD-src-6169ee96f23dec2a698ec7cebfed6fc91b198c9d.zip
FreeBSD-src-6169ee96f23dec2a698ec7cebfed6fc91b198c9d.tar.gz
Rework pfs_iterate() a bit to eliminate a bug related to process
directories. Previously, pfs_iterate() would return -1 when it reached the end of the process list while processing a process directory node, even if the parent directory contained further nodes (which is the case for the linprocfs root directory, where the process directory node is actually first in the list). With this patch, pfs_iterate() will continue to traverse the parent directory's node list after exhausting the process list (as was the intention all along). The code should hopefully be easier to read as well. While I'm here, have pfs_iterate() assert that the allproc lock is held.
Diffstat (limited to 'lib/libalias')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud