All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [GFS2][Patch] Fix typo
@ 2008-01-16 14:45 Bob Peterson
  2008-01-16 15:47 ` Steven Whitehouse
  0 siblings, 1 reply; 2+ messages in thread
From: Bob Peterson @ 2008-01-16 14:45 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

This patch fixes a minor typo.  Surprisingly, it still compiled.

Regards,

Bob Peterson

Signed-off-by: Bob Peterson <rpeterso@redhat.com> 
--
 fs/gfs2/meta_io.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c
index bc28bc6..99c7959 100644
--- a/fs/gfs2/meta_io.c
+++ b/fs/gfs2/meta_io.c
@@ -284,7 +284,7 @@ void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh,
 		return;
 	}
 
-	bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL),
+	bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL);
 	bd->bd_bh = bh;
 	bd->bd_gl = gl;
 




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

* [Cluster-devel] [GFS2][Patch] Fix typo
  2008-01-16 14:45 [Cluster-devel] [GFS2][Patch] Fix typo Bob Peterson
@ 2008-01-16 15:47 ` Steven Whitehouse
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Whitehouse @ 2008-01-16 15:47 UTC (permalink / raw)
  To: cluster-devel.redhat.com

Hi,

This is now in the -nmw git tree. Thanks,

Steve.

On Wed, 2008-01-16 at 08:45 -0600, Bob Peterson wrote:
> Hi,
> 
> This patch fixes a minor typo.  Surprisingly, it still compiled.
> 
> Regards,
> 
> Bob Peterson
> 
> Signed-off-by: Bob Peterson <rpeterso@redhat.com> 
> --
>  fs/gfs2/meta_io.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c
> index bc28bc6..99c7959 100644
> --- a/fs/gfs2/meta_io.c
> +++ b/fs/gfs2/meta_io.c
> @@ -284,7 +284,7 @@ void gfs2_attach_bufdata(struct gfs2_glock *gl, struct buffer_head *bh,
>  		return;
>  	}
>  
> -	bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL),
> +	bd = kmem_cache_zalloc(gfs2_bufdata_cachep, GFP_NOFS | __GFP_NOFAIL);
>  	bd->bd_bh = bh;
>  	bd->bd_gl = gl;
>  
> 
> 



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

end of thread, other threads:[~2008-01-16 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 14:45 [Cluster-devel] [GFS2][Patch] Fix typo Bob Peterson
2008-01-16 15:47 ` Steven Whitehouse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.