On Fri, Jun 07, 2024 at 04:55:33PM +0200, Christian Brauner wrote: > util-linux is about to implement listmount() and statmount() support. > Karel requested the ability to scan the mount table in backwards order > because that's what libmount currently does in order to get the latest > mount first. We currently don't support this in listmount(). Add a new > LISTMOUNT_RESERVE flag to allow listing mounts in reverse order. For > example, listing all child mounts of /sys without LISTMOUNT_REVERSE > gives: > Reviewed-by: Josef Bacik <josef@xxxxxxxxxxxxxx> for the entire series, thanks, Josef