commit | 1ce97e564b628bee30b8dbb64e5e653a484308f6 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu May 21 15:18:19 2009 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu May 21 15:18:19 2009 +0100 |
tree | 1c46105bb5bd29e0970afa2693e09654bef89164 | |
parent | 60a0b8f93664621a07b93273fc8ebc29590c62f5 [diff] |
GFS2: Be more aggressive in reclaiming unlinked inodes This patch increases the frequency with which gfs2 looks for unlinked, but still allocated inodes. Its the equivalent operation to ext3's orphan list, but done with bitmaps in the resource groups. This also fixes a bug where a field in the rgrp was too small. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>