scoutfs: include linux/dlm.h

dlmglue needs this as we're no longer hooking it into the stackglue
component.

Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
Mark Fasheh
2017-08-23 17:59:10 -05:00
parent 498a2f3721
commit 2142648906

View File

@@ -34,6 +34,7 @@
#include <linux/time.h>
#include <linux/quotaops.h>
#include <linux/sched.h>
#include <linux/dlm.h>
#define mlog(mask, fmt, args...) printk(KERN_INFO fmt , ##args)
#define mlog_errno(st) do { \