aboutsummaryrefslogtreecommitdiff
path: root/debugfs/unused.c
diff options
context:
space:
mode:
Diffstat (limited to 'debugfs/unused.c')
-rw-r--r--debugfs/unused.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugfs/unused.c b/debugfs/unused.c
index a3de6c85..f9e10ca3 100644
--- a/debugfs/unused.c
+++ b/debugfs/unused.c
@@ -27,7 +27,7 @@ extern char *optarg;
void do_dump_unused(int argc EXT2FS_ATTR((unused)), char **argv)
{
unsigned long blk;
- unsigned char buf[32768];
+ unsigned char buf[EXT2_MAX_BLOCK_SIZE];
unsigned int i;
errcode_t retval;