Skip to content

kmountpoint: use advised call params when possible for libmount

Harald Sitter requested to merge work/sitter/libm into master

we explicitly parsed mountinfo before libmount did so implicitly. change back to nullptr when libmount is new enough.

the documentation explicitly states that one should stick to null for portability reasons, let's do that.

Merge request reports