]> asedeno.scripts.mit.edu Git - linux.git/commit
GFS2: eliminate log elements and simplify
authorBob Peterson <rpeterso@redhat.com>
Tue, 1 May 2012 16:00:34 +0000 (12:00 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 2 May 2012 08:14:36 +0000 (09:14 +0100)
commitc0752aa7e4d48cc19e167ccb0092bea8e5b6ca3a
tree2ff43322a35871364f9be2c2e4a6427db7db8a0f
parent1c47f09592148ba629edb2020d4dd94f81b16d11
GFS2: eliminate log elements and simplify

This patch eliminates the gfs2_log_element data structure and
rolls its two components into the gfs2_bufdata. This makes the code
easier to understand and makes it easier to migrate to a rbtree
to keep the list sorted.

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