summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorEric Whitney <enwlinux@gmail.com>2014-01-06 14:00:23 -0500
committerTheodore Ts'o <tytso@mit.edu>2014-01-06 14:00:23 -0500
commitd0abafac8c9162f39c4f6b2f8141b772a09b3770 (patch)
tree9f352c64a8d2cb8330600c11e8dc9855af9c63be /fs/ext4/inode.c
parentf5a44db5d2d677dfbf12deee461f85e9ec633961 (diff)
downloadop-kernel-dev-d0abafac8c9162f39c4f6b2f8141b772a09b3770.zip
op-kernel-dev-d0abafac8c9162f39c4f6b2f8141b772a09b3770.tar.gz
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>
Diffstat (limited to 'fs/ext4/inode.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud