aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/Makefile
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2008-03-14 16:09:15 -0400
committerDavid Teigland <teigland@redhat.com>2008-04-21 12:22:28 -0400
commit2402211a8389282fd2942fad4511f02c0eeeffc5 (patch)
tree853e5818a29816e642689d7e793a845d2519711b /fs/dlm/Makefile
parentd44e0fc704143624b3e88fbf8fbcfda7a83fd299 (diff)
dlm: move plock code from gfs2
Move the code that handles cluster posix locks from gfs2 into the dlm so that it can be used by both gfs2 and ocfs2. Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'fs/dlm/Makefile')
-rw-r--r--fs/dlm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/Makefile b/fs/dlm/Makefile
index d248e60951ba..ca1c9124c8ce 100644
--- a/fs/dlm/Makefile
+++ b/fs/dlm/Makefile
@@ -10,6 +10,7 @@ dlm-y := ast.o \
10 midcomms.o \ 10 midcomms.o \
11 netlink.o \ 11 netlink.o \
12 lowcomms.o \ 12 lowcomms.o \
13 plock.o \
13 rcom.o \ 14 rcom.o \
14 recover.o \ 15 recover.o \
15 recoverd.o \ 16 recoverd.o \