diff options
Diffstat (limited to 'fs/gfs2/locking')
-rw-r--r-- | fs/gfs2/locking/dlm/lock_dlm.h | 2 | ||||
-rw-r--r-- | fs/gfs2/locking/nolock/main.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h index 3a45c020d01e..33af707a4d3f 100644 --- a/fs/gfs2/locking/dlm/lock_dlm.h +++ b/fs/gfs2/locking/dlm/lock_dlm.h | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <net/sock.h> | 26 | #include <net/sock.h> |
27 | 27 | ||
28 | #include <linux/dlm.h> | 28 | #include <linux/dlm.h> |
29 | #include "../../lm_interface.h" | 29 | #include <linux/lm_interface.h> |
30 | 30 | ||
31 | /* | 31 | /* |
32 | * Internally, we prefix things with gdlm_ and GDLM_ (for gfs-dlm) since a | 32 | * Internally, we prefix things with gdlm_ and GDLM_ (for gfs-dlm) since a |
diff --git a/fs/gfs2/locking/nolock/main.c b/fs/gfs2/locking/nolock/main.c index 7b263fc6c273..acfbc941f319 100644 --- a/fs/gfs2/locking/nolock/main.c +++ b/fs/gfs2/locking/nolock/main.c | |||
@@ -14,8 +14,7 @@ | |||
14 | #include <linux/types.h> | 14 | #include <linux/types.h> |
15 | #include <linux/fs.h> | 15 | #include <linux/fs.h> |
16 | #include <linux/smp_lock.h> | 16 | #include <linux/smp_lock.h> |
17 | 17 | #include <linux/lm_interface.h> | |
18 | #include "../../lm_interface.h" | ||
19 | 18 | ||
20 | struct nolock_lockspace { | 19 | struct nolock_lockspace { |
21 | unsigned int nl_lvb_size; | 20 | unsigned int nl_lvb_size; |