Whamcloud - gitweb
debugfs: create journal handling routines
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 8 Sep 2014 23:12:42 +0000 (16:12 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Sep 2014 20:44:10 +0000 (16:44 -0400)
commit759c46cf45a8f8a1938404604bf666479e9b9831
treef666223cb567714b3a47e3588dc144ecfefedea4
parente690eae5134f9ac101c49a8ca0e096da186da067
debugfs: create journal handling routines

Create a journal.c with routines adapted from e2fsck/journal.c to
handle opening and closing the journal, and setting up the
descriptors, and all that.  Unlike e2fsck's versions which try to
identify and fix problems, the routines here have no way to repair
anything.

[ Modified by tytso to fold debugfs/jfs_user.h into e2fsck/jfs_user.h,
  so we don't have to copy recovery.c and revoke.c into debugfs. --tytso ]

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
MCONFIG.in
debugfs/Makefile.in
debugfs/jfs_user.h [deleted file]
debugfs/journal.c [new file with mode: 0644]
e2fsck/Makefile.in
e2fsck/jfs_user.h
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_err.et.in
lib/ext2fs/ext2fs.h