diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2008-06-27 09:40:57 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-06-27 09:40:57 +0100 |
commit | f17172e00167238cc5e4f61ac4e78c68e5c558ec (patch) | |
tree | 267f97db00a5393e566b9463946bd356729b35c9 /fs/gfs2/locking/dlm/lock_dlm.h | |
parent | 9f1585cb03866452e0df61a83c88302181e50054 (diff) | |
download | op-kernel-dev-f17172e00167238cc5e4f61ac4e78c68e5c558ec.zip op-kernel-dev-f17172e00167238cc5e4f61ac4e78c68e5c558ec.tar.gz |
[GFS2] Fix module building
Two lines missed from the previous patch.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/locking/dlm/lock_dlm.h')
-rw-r--r-- | fs/gfs2/locking/dlm/lock_dlm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h index 21cf466..3c98e7c 100644 --- a/fs/gfs2/locking/dlm/lock_dlm.h +++ b/fs/gfs2/locking/dlm/lock_dlm.h @@ -148,7 +148,6 @@ void gdlm_release_threads(struct gdlm_ls *); /* lock.c */ void gdlm_submit_delayed(struct gdlm_ls *); -int gdlm_release_all_locks(struct gdlm_ls *); unsigned int gdlm_do_lock(struct gdlm_lock *); int gdlm_get_lock(void *, struct lm_lockname *, void **); |