]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: fix range mode of freei
authorLev Solomonov <solo@primarydata.com>
Thu, 5 Dec 2013 02:55:22 +0000 (21:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 5 Dec 2013 02:55:27 +0000 (21:55 -0500)
commita9b23fc99da8c8918cb5fb8dcd1732edb70ad382
tree3698332cdfcd1e15280838e9ac1be795c98bf841
parent2fe2d408a4e231eb5d2342b7f3dbd155563aa755
debugfs: fix range mode of freei

commit 2ae5d1fdb82b31bf270c4699c59a087c846db2f0 was supposed to teach
'seti' and 'freei' to act on a range of consecutive inodes. apparently
only 'seti' has learned: 'freei' doesn't advance the ino, repeatedly
acting on the same one instead.

Signed-off-by: Lev Solomonov <solo@primarydata.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debugfs.c