commit | ed7a7e16724a4123fce1fc0ff1f5131a0596f189 | [log] [tgz] |
---|---|---|
author | Robin Dong <hao.bigrat@gmail.com> | Mon Jun 27 15:35:53 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 27 15:35:53 2011 -0400 |
tree | 3691bbb0d11e56ee94c659361a5c5b1e4edc5c9f | |
parent | d3ad8434aa83ef7c88bc91edcfe012cdcbab9f3e [diff] |
ext4: fix incorrect error msg in ext4_ext_insert_index In function ext4_ext_insert_index when eh_entries of curp is bigger than eh_max, error messages will be printed out, but the content is about logical and ei_block, that's incorret. Signed-off-by: Robin Dong <sanbai@taobao.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>