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] Re: [-mm patch] make gfs2_writepages() static
Date: Wed, 07 Feb 2007 10:50:26 +0000	[thread overview]
Message-ID: <1170845426.11001.418.camel@quoit.chygwyn.com> (raw)
In-Reply-To: <20070206221249.GJ27397@stusta.de>

Hi,

Now applied to the GFS2 -nmw git tree. Thanks,

Steve.

On Tue, 2007-02-06 at 23:12 +0100, Adrian Bunk wrote:
> On Mon, Jan 29, 2007 at 08:45:28PM -0800, Andrew Morton wrote:
> >...
> > Changes since 2.6.20-rc6-mm2:
> >...
> >  git-gfs2-nmw.patch
> >...
> >  git trees
> >...
> 
> 
> This patch makes the needlessly global gfs2_writepages() static.
> 
> Signed-off-by: Adrian Bunk <bunk@stusta.de>
> 
> --- linux-2.6.20-rc6-mm3/fs/gfs2/ops_address.c.old	2007-02-06 08:30:19.000000000 +0100
> +++ linux-2.6.20-rc6-mm3/fs/gfs2/ops_address.c	2007-02-06 08:30:32.000000000 +0100
> @@ -170,7 +170,8 @@
>   * and write whole extents at once. This is a big reduction in the
>   * number of I/O requests we send and the bmap calls we make in this case.
>   */
> -int gfs2_writepages(struct address_space *mapping, struct writeback_control *wbc)
> +static int gfs2_writepages(struct address_space *mapping,
> +			   struct writeback_control *wbc)
>  {
>  	struct inode *inode = mapping->host;
>  	struct gfs2_inode *ip = GFS2_I(inode);
> 



      reply	other threads:[~2007-02-07 10:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20070129204528.eb8d695e.akpm@osdl.org>
2007-02-06 22:12 ` [Cluster-devel] [-mm patch] make gfs2_writepages() static Adrian Bunk
2007-02-07 10:50   ` 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=1170845426.11001.418.camel@quoit.chygwyn.com \
    --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).