aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/ops_inode.c
diff options
context:
space:
mode:
authorFabio Massimo Di Nitto <fabbione@ubuntu.com>2006-09-19 01:56:29 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-19 08:45:18 -0400
commit7d308590ae60d1f038a54a94e78a385c5c163452 (patch)
treef672724840a07022ff6deb8022082af35dbad44c /fs/gfs2/ops_inode.c
parentf3b30912e0eab0e4160c7649a5f2b10be68027b9 (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/ops_inode.c')
-rw-r--r--fs/gfs2/ops_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c
index 2f38313b4bd5..bb2ef6a86533 100644
--- a/fs/gfs2/ops_inode.c
+++ b/fs/gfs2/ops_inode.c
@@ -19,10 +19,10 @@
19#include <linux/posix_acl.h> 19#include <linux/posix_acl.h>
20#include <linux/gfs2_ondisk.h> 20#include <linux/gfs2_ondisk.h>
21#include <linux/crc32.h> 21#include <linux/crc32.h>
22#include <linux/lm_interface.h>
22#include <asm/uaccess.h> 23#include <asm/uaccess.h>
23 24
24#include "gfs2.h" 25#include "gfs2.h"
25#include "lm_interface.h"
26#include "incore.h" 26#include "incore.h"
27#include "acl.h" 27#include "acl.h"
28#include "bmap.h" 28#include "bmap.h"