Whamcloud - gitweb
misc: use ext2_ino_t instead of ino_t
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 5 Aug 2022 21:28:54 +0000 (15:28 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Aug 2022 17:00:45 +0000 (13:00 -0400)
commit8e2e5a514bfef7d960e4a7af986a959e2294a4cc
tree4e931e7ba3da4c0aa4759e4a18450133fa00ca23
parent863c19e4016c25e13cffe6925c2510b45a984c05
misc: use ext2_ino_t instead of ino_t

Some of the new fastcommit and casefold changes used the system
"ino_t" instead of "ext2_ino_t" for handling filesystem inodes.
This causes printf warnings if the system "ino_t" is of a different
size.  Use the library "ext2_ino_t" for consistency.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/journal.c
e2fsck/pass1.c
e2fsck/rehash.c
lib/ext2fs/badblocks.c
lib/ext2fs/orphan.c