VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   35 Branches   59 Tags
author: Bob Peterson <rpeterso@redhat.com> 2008-01-28 17:20:26 -0600 committer: Steven Whitehouse <swhiteho@redhat.com> 2008-03-31 10:40:07 +0100 commit: 6bdd9be628fa5f4dd14eb89ebddc12840d684277 parent: 3ad62e87cd38817361e165cf4ad496ab76e19e81
Commit Summary:
[GFS2] Allocate gfs2_rgrpd from slab memory
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/gfs2/util.h b/fs/gfs2/util.h
index 28938a46cf47..ac0c567ebc36 100644
--- a/fs/gfs2/util.h
+++ b/fs/gfs2/util.h
@@ -147,6 +147,7 @@ gfs2_io_error_bh_i((sdp), (bh), __FUNCTION__, __FILE__, __LINE__);
 extern struct kmem_cache *gfs2_glock_cachep;
 extern struct kmem_cache *gfs2_inode_cachep;
 extern struct kmem_cache *gfs2_bufdata_cachep;
+extern struct kmem_cache *gfs2_rgrpd_cachep;
 
 static inline unsigned int gfs2_tune_get_i(struct gfs2_tune *gt,
 					   unsigned int *p)