ocfs2_dlmfs: Move to its own directory
authorJoel Becker <joel.becker@oracle.com>
Thu, 28 Jan 2010 23:00:49 +0000 (15:00 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 26 Feb 2010 23:41:14 +0000 (15:41 -0800)
commit34a9dd7e29e9129fec40c645a03f1bbbe810e771
tree43a149d9f9ea913d029e22aae066a6d9a9fc9f15
parent65b6f3403431cd43ef7b0dab679a50f770124a65
ocfs2_dlmfs: Move to its own directory

We're going to remove the tie between ocfs2_dlmfs and o2dlm.
ocfs2_dlmfs doesn't belong in the fs/ocfs2/dlm directory anymore.  Here
we move it to fs/ocfs2/dlmfs.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/Makefile
fs/ocfs2/dlm/Makefile
fs/ocfs2/dlmfs/Makefile [new file with mode: 0644]
fs/ocfs2/dlmfs/dlmfs.c [moved from fs/ocfs2/dlm/dlmfs.c with 99% similarity]
fs/ocfs2/dlmfs/dlmfsver.c [moved from fs/ocfs2/dlm/dlmfsver.c with 100% similarity]
fs/ocfs2/dlmfs/dlmfsver.h [moved from fs/ocfs2/dlm/dlmfsver.h with 100% similarity]
fs/ocfs2/dlmfs/userdlm.c [moved from fs/ocfs2/dlm/userdlm.c with 99% similarity]
fs/ocfs2/dlmfs/userdlm.h [moved from fs/ocfs2/dlm/userdlm.h with 100% similarity]