Whamcloud - gitweb
Add a new command "bmap" to debugfs which calculates the logical->physical block
authorTheodore Ts'o <tytso@mit.edu>
Sun, 12 May 2002 02:13:20 +0000 (22:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 12 May 2002 02:13:20 +0000 (22:13 -0400)
commitb38cd283637dafff6b39d4b76bf76fa2789eb21f
tree83c03d194141b231e2a73e98c5f49d75dad495f6
parentb5ffeadece25f7dca04847dfc013e979fe36e3a6
Add a new command "bmap" to debugfs which calculates the logical->physical block
mapping for a particular inode.

Fixed a bug in the libext2 library which broke ext2fs_bmap if no inode structre
was passed inside for here.

Fixed bad calling parameters to parse_ulong which broken the -b  and -s
options to debugfs, as well as do_init, and the testb, setb, clearb functions.
debugfs/ChangeLog
debugfs/debug_cmds.ct
debugfs/debugfs.c
debugfs/util.c
lib/ext2fs/ChangeLog
lib/ext2fs/bmap.c