summaryrefslogtreecommitdiff
path: root/mkfs.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-04-02 14:18:17 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-04-02 14:18:17 -0400
commit1330edb0bc6eeb8150822203711d393c3d5e1cb9 (patch)
treec63bc8db3879b33a975192cf815837f9ccda6121 /mkfs.c
parentb21892315c8e574ef82e9ad6e7565941a9b26f87 (diff)
sync up with kernel sources
Diffstat (limited to 'mkfs.c')
-rw-r--r--mkfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs.c b/mkfs.c
index d8f99606..bf2a434e 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -296,7 +296,7 @@ int main(int ac, char **av)
exit(1);
}
memset(buf, 0, 4096);
- for(i = 0; i < 6; i++) {
+ for(i = 0; i < 16; i++) {
ret = write(fd, buf, 4096);
if (ret != 4096) {
fprintf(stderr, "unable to zero fill device\n");