diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2008-06-27 12:40:57 +0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-06-27 12:40:57 +0400 |
commit | f17172e00167238cc5e4f61ac4e78c68e5c558ec (patch) | |
tree | 267f97db00a5393e566b9463946bd356729b35c9 /fs/gfs2/locking/dlm/mount.c | |
parent | 9f1585cb03866452e0df61a83c88302181e50054 (diff) | |
download | linux-f17172e00167238cc5e4f61ac4e78c68e5c558ec.tar.xz |
[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/mount.c')
-rw-r--r-- | fs/gfs2/locking/dlm/mount.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/mount.c b/fs/gfs2/locking/dlm/mount.c index 947e70673eec..09d78c216f48 100644 --- a/fs/gfs2/locking/dlm/mount.c +++ b/fs/gfs2/locking/dlm/mount.c @@ -221,7 +221,6 @@ static void gdlm_withdraw(void *lockspace) dlm_release_lockspace(ls->dlm_lockspace, 2); gdlm_release_threads(ls); - gdlm_release_all_locks(ls); gdlm_kobject_release(ls); } |