]> Git Repo - linux.git/blobdiff - fs/gfs2/util.h
GFS2: Remove a __GFP_NOFAIL allocation
[linux.git] / fs / gfs2 / util.h
index b432e04600de08eb961bfb8258a4ae24ab45584a..a4ce76c67dbbd91e092bc157cb21c0928498d1f9 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef __UTIL_DOT_H__
 #define __UTIL_DOT_H__
 
+#include <linux/mempool.h>
+
 #include "incore.h"
 
 #define fs_printk(level, fs, fmt, arg...) \
@@ -150,6 +152,7 @@ extern struct kmem_cache *gfs2_inode_cachep;
 extern struct kmem_cache *gfs2_bufdata_cachep;
 extern struct kmem_cache *gfs2_rgrpd_cachep;
 extern struct kmem_cache *gfs2_quotad_cachep;
+extern mempool_t *gfs2_bh_pool;
 
 static inline unsigned int gfs2_tune_get_i(struct gfs2_tune *gt,
                                           unsigned int *p)
This page took 0.029709 seconds and 4 git commands to generate.