git: VFS accounting: use an explicit TAILQ_FIRST/TAILQ_NEXT loop in mountlist_exists()

Francois Tigeot ftigeot at crater.dragonflybsd.org
Sun Mar 25 04:26:25 PDT 2012


commit 95287e9bb847c4984a79e98ca53044dffc14d0fa
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Sun Mar 25 12:38:51 2012 +0200

    VFS accounting: use an explicit TAILQ_FIRST/TAILQ_NEXT loop in mountlist_exists()
    
    The previous TAILQ_FOREACH loop body was never executed

Summary of changes:
 sys/kern/vfs_mount.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/95287e9bb847c4984a79e98ca53044dffc14d0fa


-- 
DragonFly BSD source repository





More information about the Commits mailing list