diff options
author | Fabio Massimo Di Nitto <fabbione@ubuntu.com> | 2006-09-19 01:56:29 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-09-19 08:45:18 -0400 |
commit | 7d308590ae60d1f038a54a94e78a385c5c163452 (patch) | |
tree | f672724840a07022ff6deb8022082af35dbad44c /fs/gfs2/meta_io.c | |
parent | f3b30912e0eab0e4160c7649a5f2b10be68027b9 (diff) |
[GFS2] Export lm_interface to kernel headers
lm_interface.h has a few out of the tree clients such as GFS1
and userland tools.
Right now, these clients keeps a copy of the file in their build tree
that can go out of sync.
Move lm_interface.h to include/linux, export it to userland and
clean up fs/gfs2 to use the new location.
Signed-off-by: Fabio M. Di Nitto <fabbione@ubuntu.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/meta_io.c')
-rw-r--r-- | fs/gfs2/meta_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/meta_io.c b/fs/gfs2/meta_io.c index 6af3521339fc..a5630ec6c045 100644 --- a/fs/gfs2/meta_io.c +++ b/fs/gfs2/meta_io.c | |||
@@ -18,9 +18,9 @@ | |||
18 | #include <linux/swap.h> | 18 | #include <linux/swap.h> |
19 | #include <linux/delay.h> | 19 | #include <linux/delay.h> |
20 | #include <linux/gfs2_ondisk.h> | 20 | #include <linux/gfs2_ondisk.h> |
21 | #include <linux/lm_interface.h> | ||
21 | 22 | ||
22 | #include "gfs2.h" | 23 | #include "gfs2.h" |
23 | #include "lm_interface.h" | ||
24 | #include "incore.h" | 24 | #include "incore.h" |
25 | #include "glock.h" | 25 | #include "glock.h" |
26 | #include "glops.h" | 26 | #include "glops.h" |