]> git.ipfire.org Git - thirdparty/systemd.git/commit
analyze: don't list filesystems among ungrouped that are aliases
authorLennart Poettering <lennart@poettering.net>
Mon, 15 Nov 2021 13:05:31 +0000 (14:05 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 15 Nov 2021 21:43:03 +0000 (22:43 +0100)
commite0f89b065696c45933dba09c553521ef27da9e08
tree7a693a7cb31c4a8b9a980a43b6a23a894fdca192
parent7c604e89aad47c8eacd7fa523b8a13703d7ce251
analyze: don't list filesystems among ungrouped that are aliases

There are a bunch of filesystems that actually are just aliases for
other filesystems. So far we listed them as "ungrouped", suggesting they
should be added to some file system group. But that's not really
something needed, since they are after all not file systems in their own
right, but aliases only (and usually legacy at that).

hence, let's hide them from display (but debug log about them)
src/analyze/analyze.c