ocfs2: limit cluster bitmap information saved at mount
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 3 May 2006 00:54:45 +0000 (17:54 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 7 Aug 2006 18:04:07 +0000 (11:04 -0700)
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 <mark.fasheh@oracle.com>

No differences found