On Wed, Jun 12, 2024 at 02:54:55PM GMT, Matthew Wilcox wrote: > On Fri, Jun 07, 2024 at 04:55:37PM +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 > > s/RESERVE/REVERSE/g Thanks! Fixed!