]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
tune2fs: fix an error message
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 23 Sep 2022 13:25:48 +0000 (15:25 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 20 Oct 2022 17:16:16 +0000 (13:16 -0400)
commit6695555e50a374f897965300568253f242a0b13b
treecb86dfeca01df2dcc976e57b951809a9269b1c49
parent47ab1faccb228e10869898c8a02b06f5a91a9174
tune2fs: fix an error message

  $ tune2fs -O ^has_journal -ff /dev/sdh2
  Recovering journal. tune2fs: Unknown code ____ 251 while recovering journal.

  Before: Please run e2fsck -fy -O.
  After: Please run e2fsck -fy /dev/sdh2.

Note this doesn't fix the "Unknown code" message, just the "Please run
e2fsck" one.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c