]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[GFS2] Fix typo
authorBob Peterson <rpeterso@redhat.com>
Wed, 16 Jan 2008 14:45:39 +0000 (08:45 -0600)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 25 Jan 2008 08:19:51 +0000 (08:19 +0000)
This patch fixes a minor typo.  Surprisingly, it still compiled.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/meta_io.c

index 3144d35a6261273b5e1e866146a0d818affa928e..85aea27b4a862f178fd0d1233b97f23064c6df7d 100644 (file)
@@ -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;