projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a13cbe3
)
[DLM] fs/dlm/user.c should #include "user.h"
author
Adrian Bunk
<bunk@stusta.de>
Sun, 25 Feb 2007 23:18:42 +0000
(
00:18
+0100)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Wed, 7 Mar 2007 18:58:21 +0000
(13:58 -0500)
Every file should include the headers containing the prototypes for
it's global functions.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/user.c
patch
|
blob
|
history
diff --git
a/fs/dlm/user.c
b/fs/dlm/user.c
index 40db61dc95f2550f09d592bcd2b2e751fca85291..3870150b83a479396eb6a179757d92c1a61baf2c 100644
(file)
--- a/
fs/dlm/user.c
+++ b/
fs/dlm/user.c
@@
-22,6
+22,7
@@
#include "lockspace.h"
#include "lock.h"
#include "lvb_table.h"
+#include "user.h"
static const char *name_prefix="dlm";
static struct miscdevice ctl_device;