提交 84c6e8cd 编写于 作者: A Adrian Bunk 提交者: Steven Whitehouse

[DLM] fs/dlm/user.c should #include "user.h"

Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 a13cbe37
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "lockspace.h" #include "lockspace.h"
#include "lock.h" #include "lock.h"
#include "lvb_table.h" #include "lvb_table.h"
#include "user.h"
static const char *name_prefix="dlm"; static const char *name_prefix="dlm";
static struct miscdevice ctl_device; static struct miscdevice ctl_device;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册