cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [-mm patch] make gfs2_writepages() static
       [not found] <20070129204528.eb8d695e.akpm@osdl.org>
@ 2007-02-06 22:12 ` Adrian Bunk
  2007-02-07 10:50   ` [Cluster-devel] " Steven Whitehouse
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-02-06 22:12 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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);



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Cluster-devel] Re: [-mm patch] make gfs2_writepages() static
  2007-02-06 22:12 ` [Cluster-devel] [-mm patch] make gfs2_writepages() static Adrian Bunk
@ 2007-02-07 10:50   ` Steven Whitehouse
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2007-02-07 10:50 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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);
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-07 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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   ` [Cluster-devel] " 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).