mkfs_ext2: make it able to create images larger than 4G
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 18 Oct 2009 14:29:30 +0000 (16:29 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 18 Oct 2009 14:29:30 +0000 (16:29 +0200)
commit77da1cae94acbeef90da66bf6530556fe191a6e2
tree712db9a18d648b14cc6c7e587e8c4edbe11fd079
parentf37eb3999bce2ea46fef0214e33279b81609e596
mkfs_ext2: make it able to create images larger than 4G

function                                             old     new   delta
mkfs_ext2_main                                      1904    2145    +241
has_super                                             29      23      -6
PUT                                                   52      40     -12
packed_usage                                       26807   26792     -15
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/3 up/down: 241/-33)           Total: 208 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/usage.h
util-linux/mkfs_ext2.c