projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1af5357
)
[GFS2] Fix typo
author
Bob Peterson
<rpeterso@redhat.com>
Wed, 16 Jan 2008 14:45:39 +0000
(08:45 -0600)
committer
Steven 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
patch
|
blob
|
history
diff --git
a/fs/gfs2/meta_io.c
b/fs/gfs2/meta_io.c
index 3144d35a6261273b5e1e866146a0d818affa928e..85aea27b4a862f178fd0d1233b97f23064c6df7d 100644
(file)
--- 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;