ext4: fix assertion in ext4_add_complete_io()
authorJan Kara <jack@suse.cz>
Wed, 16 Oct 2013 12:25:11 +0000 (08:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 16 Oct 2013 12:25:11 +0000 (08:25 -0400)
It doesn't make sense to require io_end->handle when we are in
nojournal mode. So update the assertion accordingly to avoid false
warnings from ext4_add_complete_io().

Reported-by: Eric Whitney <enwlinux@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found