Whamcloud - gitweb
e2fsck: fix LTO type warnings
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2018 01:23:59 +0000 (21:23 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2018 01:23:59 +0000 (21:23 -0400)
commit3882fb463c36231d7d28402f8f8ac8bf581ec4cb
tree270f5868dde122514feb6b2a3edb9760f840657a
parent2fcbcb1b9eef11ce2158b3172e8a9bde2b671438
e2fsck: fix LTO type warnings

The jfs_user.h, which is used by the journal functions didn't include
config.h before including e2fsck.h.  This caused the e2fsck structure
to be different compared how it's compiled for the other e2fsck source
files.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/jfs_user.h