aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lvb.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/lvb.c')
-rw-r--r--fs/gfs2/lvb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/gfs2/lvb.c b/fs/gfs2/lvb.c
index ca959ebb80c1..63b815dad8e7 100644
--- a/fs/gfs2/lvb.c
+++ b/fs/gfs2/lvb.c
@@ -12,9 +12,13 @@
12#include <linux/spinlock.h> 12#include <linux/spinlock.h>
13#include <linux/completion.h> 13#include <linux/completion.h>
14#include <linux/buffer_head.h> 14#include <linux/buffer_head.h>
15#include <linux/gfs2_ondisk.h>
15#include <asm/semaphore.h> 16#include <asm/semaphore.h>
16 17
17#include "gfs2.h" 18#include "gfs2.h"
19#include "lm_interface.h"
20#include "incore.h"
21#include "lvb.h"
18 22
19#define pv(struct, member, fmt) printk(KERN_INFO " "#member" = "fmt"\n", \ 23#define pv(struct, member, fmt) printk(KERN_INFO " "#member" = "fmt"\n", \
20 struct->member); 24 struct->member);