commit | b38cd283637dafff6b39d4b76bf76fa2789eb21f | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat May 11 22:13:20 2002 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 11 22:13:20 2002 -0400 |
tree | 83c03d194141b231e2a73e98c5f49d75dad495f6 | |
parent | b5ffeadece25f7dca04847dfc013e979fe36e3a6 [diff] |
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.