Module Name: src Committed By: hannken Date: Mon Apr 17 08:29:58 UTC 2017
Modified Files: src/sys/kern: vfs_mount.c src/sys/sys: mount.h src/usr.sbin/pstat: pstat.c Log Message: Cleanup after mountlist iterator: - remove now unused field mnt_list. - rename mount_list to mountlist and make it local to vfs_mount.c. - make mountlist_lock local to vfs_mount.c. Change pstat.c to retrieve vnodes by lru lists. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/kern/vfs_mount.c cvs rdiff -u -r1.222 -r1.223 src/sys/sys/mount.h cvs rdiff -u -r1.126 -r1.127 src/usr.sbin/pstat/pstat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.