cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [GFS2 Patch] GFS2: Eliminate vestigial sd_log_le_rg
Date: Mon, 30 Apr 2012 11:12:39 +0100	[thread overview]
Message-ID: <1335780759.2746.4.camel@menhir> (raw)
In-Reply-To: <e4272ede-742c-4543-bcae-566cd9f6c646@zmail12.collab.prod.int.phx2.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);
>  
> 




      reply	other threads:[~2012-04-30 10:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1335780759.2746.4.camel@menhir \
    --to=swhiteho@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).