K 10 svn:author V 3 pjd K 8 svn:date V 27 2013-08-17T14:13:45.521618Z K 7 svn:log V 147 In r114945 the line 'nmp = TAILQ_NEXT(mp, mnt_list);' was duplicated. Instead of just removing the duplicate, convert the loop to TAILQ_FOREACH(). END