Re: [PATCH] ext4: fix warning inside ext4_convert_unwritten_extents_endio

2019-08-22 Thread Theodore Y. Ts'o
On Wed, Aug 14, 2019 at 12:54:08PM +0300, Rakesh Pandit wrote: > 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 wou

[PATCH] ext4: fix warning inside ext4_convert_unwritten_extents_endio

2019-08-14 Thread Rakesh Pandit
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. Signed-off-by: Rakesh Pandit --- fs/ext4/extents.c |