scoutfs: dlmglue needs to #include "dlmglue.h"

Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
Mark Fasheh
2017-08-23 18:07:31 -05:00
parent 2142648906
commit 99d00a5a2f

View File

@@ -36,6 +36,8 @@
#include <linux/sched.h>
#include <linux/dlm.h>
#include "dlmglue.h"
#define mlog(mask, fmt, args...) printk(KERN_INFO fmt , ##args)
#define mlog_errno(st) do { \
int _st = (st); \