Whamcloud - gitweb
dumpe2fs: add support for LABEL= and UUID= specifiers for the device
authorTheodore Ts'o <tytso@mit.edu>
Thu, 5 Dec 2024 05:23:09 +0000 (00:23 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Dec 2024 05:23:09 +0000 (00:23 -0500)
commit689b440de48ce9678fb92dbe87ecdfececc0fc28
tree24acb7d92ac73c5100e8a7b844725264b81e07f3
parent559b5d21c082585899e48230dae4d3b37eec503e
dumpe2fs: add support for LABEL= and UUID= specifiers for the device

The e2mmpstatus man page claims that it will support LABEL= and UUID=
specifiers, and these days e2mmpstatus is implemented in terms of
dumpe2fs.  So teach dumpe2fs to handle these specifiers so we can make
the e2mmpstatus man page be true.

https://github.com/tytso/e2fsprogs/issues/106

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/dumpe2fs.8.in
misc/dumpe2fs.c