From: Jeff Mahoney Date: Fri, 19 Oct 2007 06:39:26 +0000 (-0700) Subject: reiserfs: remove first_zero_hint X-Git-Tag: v2.6.24-rc1~261 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d20851d3757ba5bece263a4c8c5a2bd4983cb5d;p=pandora-kernel.git reiserfs: remove first_zero_hint The first_zero_hint metadata caching was never actually used, and it's of dubious optimization quality. This patch removes it. It doesn't actually shrink the size of the reiserfs_bitmap_info struct, since that doesn't work with block sizes larger than 8K. There was a big fixme in there, and with all the work lately in allowing block size > page size, I might as well kill the fixme as well. Signed-off-by: Jeff Mahoney Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed