From b27b1535acc0e97b7435bccf205b3fe9c782afac Mon Sep 17 00:00:00 2001 From: Xiaoguang Wang Date: Sun, 27 Jul 2014 22:26:36 -0400 Subject: [PATCH] ext4: fix wrong size computation in ext4_mb_normalize_request() As the member fe_len defined in struct ext4_free_extent is expressed as number of clusters, the variable "size" computation is wrong, we need to first translate fe_len to block number, then to bytes. Signed-off-by: Xiaoguang Wang Signed-off-by: Theodore Ts'o Reviewed-by: Lukas Czerner --- Reading git-format-patch failed