]> Pileus Git - ~andy/linux/commit
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)
commit78371a45dfa8f2a2f3892b983c39863a67c66b11
tree73ee2382d47fe0e92a41bfd3b67714afa858a82d
parent61e6cfa80de5760bbe406f4e815b7739205754d2
ext4: fix assertion in ext4_add_complete_io()

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>
fs/ext4/page-io.c