[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>
此提交包含在:
Fabio Massimo Di Nitto
2006-09-19 07:56:29 +02:00
提交者 Steven Whitehouse
父節點 f3b30912e0
當前提交 7d308590ae
共有 35 個檔案被更改,包括 36 行新增38 行删除

查看文件

@@ -15,9 +15,9 @@
#include <linux/posix_acl.h>
#include <linux/posix_acl_xattr.h>
#include <linux/gfs2_ondisk.h>
#include <linux/lm_interface.h>
#include "gfs2.h"
#include "lm_interface.h"
#include "incore.h"
#include "acl.h"
#include "eaops.h"