gfs2: Remove unnecessary gfs2_meta_check_ii argument
authorAndreas Gruenbacher <agruenba@redhat.com>
Tue, 27 Feb 2024 21:57:08 +0000 (22:57 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 9 Apr 2024 16:35:57 +0000 (18:35 +0200)
commit795405c4b995efc4f6b6b561200c384bdda07c02
tree7edb876f9e4cf0801873f6a3f2882ed33140debe
parentb204b1b61eff8d5ac1aefcb00547a5f4002be47d
gfs2: Remove unnecessary gfs2_meta_check_ii argument

The type argument of gfs2_meta_check_ii() is always set to "magic
number", so remove that argument and hardcode the string in
gfs2_meta_check_ii().  Change the string to "bad magic number" to
emphasize that the problem is the incorrect magic number.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/util.c
fs/gfs2/util.h