[GFS2] Export lm_interface to kernel headers
authorFabio Massimo Di Nitto <fabbione@ubuntu.com>
Tue, 19 Sep 2006 05:56:29 +0000 (07:56 +0200)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 19 Sep 2006 12:45:18 +0000 (08:45 -0400)
commit7d308590ae60d1f038a54a94e78a385c5c163452
treef672724840a07022ff6deb8022082af35dbad44c
parentf3b30912e0eab0e4160c7649a5f2b10be68027b9
[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>
35 files changed:
fs/gfs2/acl.c
fs/gfs2/bmap.c
fs/gfs2/daemon.c
fs/gfs2/dir.c
fs/gfs2/eaops.c
fs/gfs2/eattr.c
fs/gfs2/glock.c
fs/gfs2/glops.c
fs/gfs2/inode.c
fs/gfs2/lm.c
fs/gfs2/locking.c
fs/gfs2/locking/dlm/lock_dlm.h
fs/gfs2/locking/nolock/main.c
fs/gfs2/log.c
fs/gfs2/lops.c
fs/gfs2/main.c
fs/gfs2/meta_io.c
fs/gfs2/mount.c
fs/gfs2/ops_address.c
fs/gfs2/ops_dentry.c
fs/gfs2/ops_export.c
fs/gfs2/ops_file.c
fs/gfs2/ops_fstype.c
fs/gfs2/ops_inode.c
fs/gfs2/ops_super.c
fs/gfs2/ops_vm.c
fs/gfs2/quota.c
fs/gfs2/recovery.c
fs/gfs2/rgrp.c
fs/gfs2/super.c
fs/gfs2/sys.c
fs/gfs2/trans.c
fs/gfs2/util.c
include/linux/Kbuild
include/linux/lm_interface.h [moved from fs/gfs2/lm_interface.h with 100% similarity]