From: Jeff Mahoney Date: Fri, 19 Oct 2007 06:39:25 +0000 (-0700) Subject: reiserfs: fix memset byte count during resize X-Git-Tag: v2.6.24-rc1~263 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c57c2c8d3862c8d5b908669654f6565da74ec19;p=pandora-kernel.git reiserfs: fix memset byte count during resize Correct the memset in reiserfs_resize to clear the memory allocated for the new bitmap info structs. Previously, it would clear the memory used by the old size. Depending on the contents of memory, this could cause incorrect caching behavior for bitmap blocks in the newly allocated area. Signed-off-by: Jeff Mahoney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed