]> asedeno.scripts.mit.edu Git - linux.git/commit
ext4: fix warning inside ext4_convert_unwritten_extents_endio
authorRakesh Pandit <rakesh@tuxera.com>
Fri, 23 Aug 2019 02:53:46 +0000 (22:53 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 23 Aug 2019 02:53:46 +0000 (22:53 -0400)
commite3d550c2c4f2f3dba469bc3c4b83d9332b4e99e1
treeef23c937769533970581025cf979419b1ed3f0de
parent7a14826ede1d714f0bb56de8167c0e519041eeda
ext4: fix warning inside ext4_convert_unwritten_extents_endio

Really enable warning when CONFIG_EXT4_DEBUG is set and fix missing
first argument.  This was introduced in commit ff95ec22cd7f ("ext4:
add warning to ext4_convert_unwritten_extents_endio") and splitting
extents inside endio would trigger it.

Fixes: ff95ec22cd7f ("ext4: add warning to ext4_convert_unwritten_extents_endio")
Signed-off-by: Rakesh Pandit <rakesh@tuxera.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
fs/ext4/extents.c