mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 11:10:44 +00:00
scoutfs: dlmglue needs to #include "dlmglue.h"
Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user