]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41ccf62677150e3314a7daae6be0699a9f59e946
tree5f4b0d7035c52c664a5aa3219fe82af0dffda7ee
parentc74fece3c2e521bae5d3ebac2211b8396748e0d1
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