commit | c0752aa7e4d48cc19e167ccb0092bea8e5b6ca3a | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue May 01 12:00:34 2012 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed May 02 09:14:36 2012 +0100 |
tree | 2ff43322a35871364f9be2c2e4a6427db7db8a0f | |
parent | 1c47f09592148ba629edb2020d4dd94f81b16d11 [diff] |
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>