Home
last modified time | relevance | path

Searched hist:d0abafac8c9162f39c4f6b2f8141b772a09b3770 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dextents.cdiff d0abafac8c9162f39c4f6b2f8141b772a09b3770 Mon Jan 06 13:00:23 CST 2014 Eric Whitney <enwlinux@gmail.com> ext4: fix bigalloc regression

Commit f5a44db5d2 introduced a regression on filesystems created with
the bigalloc feature (cluster size > blocksize). It causes xfstests
generic/006 and /013 to fail with an unexpected JBD2 failure and
transaction abort that leaves the test file system in a read only state.
Other xfstests run on bigalloc file systems are likely to fail as well.

The cause is the accidental use of a cluster mask where a cluster
offset was needed in ext4_ext_map_blocks().

Signed-off-by: Eric Whitney <enwlinux@gmail.com>