aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r--fs/ext4/super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index ad6cd8aeb946..66a4e20424cf 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -3206,7 +3206,6 @@ int ext4_calculate_overhead(struct super_block *sb)
3206 ext4_fsblk_t overhead = 0; 3206 ext4_fsblk_t overhead = 0;
3207 char *buf = (char *) get_zeroed_page(GFP_KERNEL); 3207 char *buf = (char *) get_zeroed_page(GFP_KERNEL);
3208 3208
3209 memset(buf, 0, PAGE_SIZE);
3210 if (!buf) 3209 if (!buf)
3211 return -ENOMEM; 3210 return -ENOMEM;
3212 3211