Whamcloud - gitweb
Rename functions, types, constants to reflect jbd2 usage
authorTheodore Ts'o <tytso@mit.edu>
Fri, 8 Nov 2019 22:17:35 +0000 (17:17 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Nov 2019 06:55:14 +0000 (01:55 -0500)
commit8335d3c57ec077d8fb6beeaed7c7bb1fe7bca17e
treeba8df7a19c1b64733a3a2d65692927af7259ce54
parentdb113c0e76826d621dfc5ee968ccbbe2127363a6
Rename functions, types, constants to reflect jbd2 usage

We had previously stuck to using the names from ext3/jbd kernel files,
and used a script in contrib/jbd2-resync.sh to convert the kernel
files to use the ext3/jbd conventions so we could keep the files
e2fsck/recovery.c and e2fsck/revoke.c in sync with jbd2/recovery.c and
jbd2/revoke.c, respectively.

This has been getting harder and harder, so let's make a global sweep
through e2fsprogs to use the jbd2 names.  Fortunately none of the
ext3/jbd names had leaked out into publically exported header files,
so this is only an internal change.  Which looks scary, but it's
basically a search and replace, so if it compiles it's going to be
correct.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
17 files changed:
contrib/jbd2-resync.sh
debugfs/debugfs.c
debugfs/do_journal.c
debugfs/journal.c
debugfs/logdump.c
e2fsck/jfs_user.h
e2fsck/journal.c
e2fsck/recovery.c
e2fsck/revoke.c
lib/e2p/feature.c
lib/e2p/ljs.c
lib/ext2fs/jfs_compat.h
lib/ext2fs/kernel-jbd.h
lib/ext2fs/mkjournal.c
misc/dumpe2fs.c
misc/tune2fs.c
tests/j_corrupt_journal_block/expect