]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsns: (refactor) rename LSNS_ID_.* to LSNS_TYPE_.*
authorMasatake YAMATO <yamato@redhat.com>
Wed, 1 May 2024 02:07:31 +0000 (11:07 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Wed, 1 May 2024 02:07:31 +0000 (11:07 +0900)
commitb0f633df4b3762987a7b544b4680db24d15306ad
tree397e54ee5489cbeacaec9ede7b8a1314d7810b21
parent926b6077333554924756ba648c9df38c803c48bc
lsns: (refactor) rename LSNS_ID_.* to LSNS_TYPE_.*

Functions taking LSNS_ID_ as arguments have .*_lsns_type_.* or
.*_type_.* as parts of their name. This implies the prefix LSNS_TYPE_
is more consistent than LSNS_ID_.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
sys-utils/lsns.c