]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit101ebf256de54e78e6d3277adacf656e125a2c5a
tree73f19064663888bb5379c746459090a3807a2a47
parent9acd72f4240429dfd762c9a2c7eb5c18b5d32529
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 <mark.fasheh@oracle.com>
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c