]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Add structure to contain rgrp, bitmap, offset tuple
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 31 Jul 2012 14:21:20 +0000 (15:21 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 3 Aug 2012 09:23:43 +0000 (10:23 +0100)
commitcde7c325077bd72b83537d735e05e9b873d9cd57
tree99e529cb9263fec7b0f3d0064bd4433de0d79c3f
parentc200283cac2216037ad57706f805b458d9ac8449
GFS2: Add structure to contain rgrp, bitmap, offset tuple

This patch introduces a new structure, gfs2_rbm, which is a
tuple of a resource group, a bitmap within the resource group
and an offset within that bitmap. This is designed to make
manipulating these sets of variables easier. There is also a
new helper function which converts this representation back
to a disk block address.

In addition, the rbtree nodes which are used for the reservations
were not being correctly initialised, which is now fixed. Also,
the tracing was not passing through the inode where it should
have been. That is mostly fixed aside from one corner case. This
needs to be revisited since there can also be a NULL rgrp in
some cases which results in the device being incorrect in the
trace.

This is intended to be the first step towards cleaning up some
of the allocation code, and some further bug fixes.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/bmap.c
fs/gfs2/incore.h
fs/gfs2/rgrp.c
fs/gfs2/rgrp.h
fs/gfs2/super.c
fs/gfs2/trace_gfs2.h