OSDN Git Service

Switch mtab_list to doubly linked so we can traverse in either order. Convert umount...
authorRob Landley <rob@landley.net>
Thu, 29 May 2014 10:22:02 +0000 (05:22 -0500)
committerRob Landley <rob@landley.net>
Thu, 29 May 2014 10:22:02 +0000 (05:22 -0500)
commitdc640259adff6007d195fd4cc78dcf9829e5e6ee
tree97ab6eb6abb286a3d612b8aa86646cf655b1a1cf
parent55e9f35223e40f455b80671f25b412072d9af678
Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction.
lib/getmountlist.c
lib/lib.h
lib/llist.c
toys/lsb/umount.c
toys/posix/df.c