summaryrefslogtreecommitdiffstats
path: root/include/linux/jbd_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/jbd_common.h')
-rw-r--r--include/linux/jbd_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/jbd_common.h b/include/linux/jbd_common.h
index b1f708976ff..3dc53432355 100644
--- a/include/linux/jbd_common.h
+++ b/include/linux/jbd_common.h
@@ -1,6 +1,8 @@
#ifndef _LINUX_JBD_STATE_H
#define _LINUX_JBD_STATE_H
+#include <linux/bit_spinlock.h>
+
static inline struct buffer_head *jh2bh(struct journal_head *jh)
{
return jh->b_bh;