From e567d1c274f425cf86532756d073befa672c6e24 Mon Sep 17 00:00:00 2001 From: Bob Peterson Date: Wed, 16 Jan 2008 08:45:39 -0600 Subject: [PATCH] --- yaml --- r: 76064 b: refs/heads/master c: 3e5cd0877e6d2f059dc36b8206cb7e93938151db h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/gfs2/meta_io.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d5ce51cefb14..a2eccc0cb7ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1af535727bbf68e1da7ac232de47315da4c66ade +refs/heads/master: 3e5cd0877e6d2f059dc36b8206cb7e93938151db diff --git a/trunk/fs/gfs2/meta_io.c b/trunk/fs/gfs2/meta_io.c index 3144d35a6261..85aea27b4a86 100644 --- a/trunk/fs/gfs2/meta_io.c +++ b/trunk/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;