aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-18 18:05:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-18 18:05:27 +0200
commitf9d3a91a89251cc4470a3cb94e918a49191438d2 (patch)
tree680c90260abb0ba65e6bb84acde6adfe80557d4b /include
parent77da1cae94acbeef90da66bf6530556fe191a6e2 (diff)
downloadbusybox-w32-f9d3a91a89251cc4470a3cb94e918a49191438d2.tar.gz
busybox-w32-f9d3a91a89251cc4470a3cb94e918a49191438d2.tar.bz2
busybox-w32-f9d3a91a89251cc4470a3cb94e918a49191438d2.zip
mkfs_ext2: fixes for huge filesystems
function old new delta mkfs_ext2_main 2145 2617 +472 div_roundup 15 35 +20 packed_usage 26792 26776 -16 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index bdd9ae33b..80111e5ef 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2724,7 +2724,7 @@
2724 "[-L LABEL] " \ 2724 "[-L LABEL] " \
2725 "[-n] " \ 2725 "[-n] " \
2726 /* "[-M last-mounted-directory] [-S] [-T filesystem-type] " */ \ 2726 /* "[-M last-mounted-directory] [-S] [-T filesystem-type] " */ \
2727 "DEVICE [BLK_COUNT]" 2727 "DEVICE [KBYTES]"
2728#define mkfs_ext2_full_usage "\n" \ 2728#define mkfs_ext2_full_usage "\n" \
2729 "\n -b BLK_SIZE Block size in bytes" \ 2729 "\n -b BLK_SIZE Block size in bytes" \
2730/* "\n -c Check for bad blocks before creating" */ \ 2730/* "\n -c Check for bad blocks before creating" */ \