aboutsummaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2015-06-21 21:10:51 -0400
committerMoyster <oysterized@gmail.com>2016-08-26 19:29:50 +0200
commit047c277169464a4e6d4e9f51b6e40ccd19878ec2 (patch)
treedd524f7aeed3c2c67266a26525b175386ae21de9 /include/linux/platform_data
parentf53c951e618dbc909c7445dbe98b776993323fde (diff)
ext4: don't retry file block mapping on bigalloc fs with non-extent file
commit 292db1bc6c105d86111e858859456bcb11f90f91 upstream. ext4 isn't willing to map clusters to a non-extent file. Don't signal this with an out of space error, since the FS will retry the allocation (which didn't fail) forever. Instead, return EUCLEAN so that the operation will fail immediately all the way back to userspace. (The fix is either to run e2fsck -E bmap2extent, or to chattr +e the file.) Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions