* [Cluster-devel] [GFS2 Patch] GFS2: Eliminate vestigial sd_log_le_rg [not found] <f0957a40-f59c-4f9b-b8a4-4f700edc8145@zmail12.collab.prod.int.phx2.redhat.com> @ 2012-04-27 17:59 ` Bob Peterson 2012-04-30 10:12 ` Steven Whitehouse 0 siblings, 1 reply; 2+ messages in thread From: Bob Peterson @ 2012-04-27 17:59 UTC (permalink / raw) To: cluster-devel.redhat.com Hi, This patch eliminates gfs2 superblock variable sd_log_le_rg which is no longer used. Regards, Bob Peterson Red Hat File Systems Signed-off-by: Bob Peterson <rpeterso@redhat.com> --- diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index e773fbc..f1189a2 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -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; diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index 6f3a18f..c5871ae 100644 --- a/fs/gfs2/ops_fstype.c +++ b/fs/gfs2/ops_fstype.c @@ -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); ^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Cluster-devel] [GFS2 Patch] GFS2: Eliminate vestigial sd_log_le_rg 2012-04-27 17:59 ` [Cluster-devel] [GFS2 Patch] GFS2: Eliminate vestigial sd_log_le_rg Bob Peterson @ 2012-04-30 10:12 ` Steven Whitehouse 0 siblings, 0 replies; 2+ messages in thread From: Steven Whitehouse @ 2012-04-30 10:12 UTC (permalink / raw) To: cluster-devel.redhat.com Hi, On Fri, 2012-04-27 at 13:59 -0400, Bob Peterson wrote: > Hi, > > This patch eliminates gfs2 superblock variable sd_log_le_rg which > is no longer used. > > Regards, > > Bob Peterson > Red Hat File Systems > Now in the -nmw git tree. Thanks, Steve. > Signed-off-by: Bob Peterson <rpeterso@redhat.com> > --- > diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h > index e773fbc..f1189a2 100644 > --- a/fs/gfs2/incore.h > +++ b/fs/gfs2/incore.h > @@ -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; > > diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c > index 6f3a18f..c5871ae 100644 > --- a/fs/gfs2/ops_fstype.c > +++ b/fs/gfs2/ops_fstype.c > @@ -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); > > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-30 10:12 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <f0957a40-f59c-4f9b-b8a4-4f700edc8145@zmail12.collab.prod.int.phx2.redhat.com> 2012-04-27 17:59 ` [Cluster-devel] [GFS2 Patch] GFS2: Eliminate vestigial sd_log_le_rg Bob Peterson 2012-04-30 10:12 ` Steven Whitehouse
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).