mountlist_exists(): use a TAILQ_FOREACH macro again
authorFrancois Tigeot <ftigeot@wolfpond.org>
Mon, 26 Mar 2012 17:58:30 +0000 (19:58 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Mon, 26 Mar 2012 19:07:55 +0000 (21:07 +0200)
commit0bd4d313658019b23ca1ca5a4cce426765846505
treee3f0da265b9417bb5029821365c6079a2350bbb4
parent68cc29492751172e9897a90c303b1c7fbb18112a
mountlist_exists(): use a TAILQ_FOREACH macro again

Removing a few lines of code in the process.
sys/kern/vfs_mount.c