aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r--include/linux/jbd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h
index 1db3b684f557..a3abf51e488f 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -72,12 +72,6 @@ extern int journal_enable_debug;
72#define jbd_debug(f, a...) /**/ 72#define jbd_debug(f, a...) /**/
73#endif 73#endif
74 74
75extern void * __jbd_kmalloc (const char *where, size_t size, gfp_t flags, int retry);
76#define jbd_kmalloc(size, flags) \
77 __jbd_kmalloc(__FUNCTION__, (size), (flags), journal_oom_retry)
78#define jbd_rep_kmalloc(size, flags) \
79 __jbd_kmalloc(__FUNCTION__, (size), (flags), 1)
80
81static inline void *jbd_alloc(size_t size, gfp_t flags) 75static inline void *jbd_alloc(size_t size, gfp_t flags)
82{ 76{
83 return (void *)__get_free_pages(flags, get_order(size)); 77 return (void *)__get_free_pages(flags, get_order(size));