]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix incorrect error msg in ext4_ext_insert_index
authorRobin Dong <hao.bigrat@gmail.com>
Mon, 27 Jun 2011 19:35:53 +0000 (15:35 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jun 2011 19:35:53 +0000 (15:35 -0400)
commit158c13b4cf07e2b05b3b0ac4df6952ce6f590d32
tree3691bbb0d11e56ee94c659361a5c5b1e4edc5c9f
parent6114c3c01a3da953620abd09beff0cb48a92392b
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>
fs/ext4/extents.c