From: Kazuya Mio Date: Tue, 24 Nov 2009 15:28:48 +0000 (-0500) Subject: ext4: initialize moved_len before calling ext4_move_extents() X-Git-Tag: v2.6.33-rc1~330^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446aaa6e7e993b38a6f21c6acfa68f3f1af3dbe3;p=pandora-kernel.git ext4: initialize moved_len before calling ext4_move_extents() The move_extent.moved_len is used to pass back the number of exchanged blocks count to user space. Currently the caller must clear this field; but we spend more code space checking for this requirement than simply zeroing the field ourselves, so let's just make life easier for everyone all around. Signed-off-by: Kazuya Mio Signed-off-by: Akira Fujita Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed