]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
GFS2: Eliminate vestigial sd_log_le_rg
authorBob Peterson <rpeterso@redhat.com>
Fri, 27 Apr 2012 17:59:27 +0000 (13:59 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 30 Apr 2012 09:41:04 +0000 (10:41 +0100)
This patch eliminates gfs2 superblock variable sd_log_le_rg which
is no longer used.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/incore.h
fs/gfs2/ops_fstype.c

index e773fbc28f95a943890ee726c161efacf3e7bcfb..f1189a2cdb78b03cdf5fec5b55058a458fc79a9e 100644 (file)
@@ -690,7 +690,6 @@ struct gfs2_sbd {
 
        struct list_head sd_log_le_buf;
        struct list_head sd_log_le_revoke;
-       struct list_head sd_log_le_rg;
        struct list_head sd_log_le_databuf;
        struct list_head sd_log_le_ordered;
 
index 6f3a18f9e176f1bf11e3c66917a5156d76ab1548..c5871ae4056185dc687ea0bc6b956c5897b5cd7a 100644 (file)
@@ -99,7 +99,6 @@ static struct gfs2_sbd *init_sbd(struct super_block *sb)
        atomic_set(&sdp->sd_log_pinned, 0);
        INIT_LIST_HEAD(&sdp->sd_log_le_buf);
        INIT_LIST_HEAD(&sdp->sd_log_le_revoke);
-       INIT_LIST_HEAD(&sdp->sd_log_le_rg);
        INIT_LIST_HEAD(&sdp->sd_log_le_databuf);
        INIT_LIST_HEAD(&sdp->sd_log_le_ordered);