ext4: report the original old blocks count in a debug message when resizing
authorYongqiang Yang <xiaoqiangnk@gmail.com>
Wed, 5 Sep 2012 05:23:50 +0000 (01:23 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Sep 2012 05:23:50 +0000 (01:23 -0400)
commitd7574ad08bac1ef89cb679d2c76c91ff9281c2e2
tree5f4b0d7035c52c664a5aa3219fe82af0dffda7ee
parent03c1c29053f678234dbd51bf3d65f3b7529021de
ext4: report the original old blocks count in a debug message when resizing

Avoid changing o_blocks_count, since it is used later when reporting
old blocks count in debug mode.

Signed-off-by: Yongqiang Yang <xiaoqiangnk@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/resize.c