commit | 78371a45dfa8f2a2f3892b983c39863a67c66b11 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Wed Oct 16 08:25:11 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 16 08:25:11 2013 -0400 |
tree | 73ee2382d47fe0e92a41bfd3b67714afa858a82d | |
parent | 61e6cfa80de5760bbe406f4e815b7739205754d2 [diff] |
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>