ext4: add warning to ext4_convert_unwritten_extents_endio
authorDmitry Monakhov <dmonakhov@openvz.org>
Mon, 4 Mar 2013 05:41:05 +0000 (00:41 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 4 Mar 2013 05:41:05 +0000 (00:41 -0500)
Splitting extents inside endio is a bad thing, but unfortunately it is
still possible.  In fact we are pretty close to the moment when all
related issues will be fixed.  Let's warn developer if it still the
case.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>

No differences found