diff options
author | Xiaoguang Wang <wangxg.fnst@cn.fujitsu.com> | 2014-07-28 04:26:36 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2014-07-28 04:26:36 +0200 |
commit | b27b1535acc0e97b7435bccf205b3fe9c782afac (patch) | |
tree | 0bd7468d36828c1f7b28d7e60b7a4673e941d402 /fs/ext4/migrate.c | |
parent | ext4: make ext4_has_inline_data() as a inline function (diff) | |
download | linux-b27b1535acc0e97b7435bccf205b3fe9c782afac.tar.xz linux-b27b1535acc0e97b7435bccf205b3fe9c782afac.zip |
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 <wangxg.fnst@cn.fujitsu.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Diffstat (limited to 'fs/ext4/migrate.c')
0 files changed, 0 insertions, 0 deletions