CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/07/21 15:07:10
Modified files:
sbin/umount : umount.c
Log message:
In getmntname(), iterate through the list of mount points from
end to beginning instead of from beginning to end. This matches
the behavior of umountall() and fixes "umount -a" in cases where
there are multiple file systems on the same mount point.
Based on a diff from naddy@. OK naddy@ guenther@
