Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f17172e0 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Fix module building



Two lines missed from the previous patch.

Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 9f1585cb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 **);
+0 −1
Original line number Diff line number Diff line
@@ -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);
}