Home
last modified time | relevance | path

Searched hist:"55 ce135f" (Results 1 – 1 of 1) sorted by relevance

/openbsd/etc/
H A Drc55ce135f Tue Feb 19 20:41:52 GMT 2019 kn <kn@openbsd.org> Simplify NFS check in reorder_libs()

Loop over df(1)'s output directly, ensure the resulting list of block
devices is unique to avoid later duplicity checks and redundant mount(8)
invocations.

This allows direct bail out on invalid types and simpler saving for later
remount.

OK deraadt