From: Mark Fasheh Date: Wed, 3 May 2006 00:54:45 +0000 (-0700) Subject: ocfs2: limit cluster bitmap information saved at mount X-Git-Tag: v2.6.18-rc5~82^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101ebf256de54e78e6d3277adacf656e125a2c5a;p=pandora-kernel.git ocfs2: limit cluster bitmap information saved at mount We were storing cluster count on the ocfs2_super structure, but never actually using it so remove that. Also, we don't want to populate the uptodate cache with the unlocked block read - it is technically safe as is, but we should change it for correctness. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed