]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Remove bd_list_tr
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 16 Apr 2012 15:40:56 +0000 (16:40 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 16 Apr 2012 15:40:56 +0000 (16:40 +0100)
commit5898a16835a12d9275063af212dd6005ee88bc2e
tree47112748acd799585f16330ace58dee77ba380b1
parent195c41d05cc93cca28802223ff68e766e460b427
GFS2: Remove bd_list_tr

This is another clean up in the logging code. This per-transaction
list was largely unused. Its main function was to ensure that the
number of buffers in a transaction was correct, however that counter
was only used to check the number of buffers in the bd_list_tr, plus
an assert at the end of each transaction. With the assert now changed
to use the calculated buffer counts, we can remove both bd_list_tr and
its associated counter.

This should make the code easier to understand as well as shrinking
a couple of structures.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/aops.c
fs/gfs2/glops.c
fs/gfs2/incore.h
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/meta_io.c
fs/gfs2/trans.c