diff options
Diffstat (limited to 'fs/gfs2/locking/dlm/lock_dlm.h')
-rw-r--r-- | fs/gfs2/locking/dlm/lock_dlm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h index fa545f7872..6d76146953 100644 --- a/fs/gfs2/locking/dlm/lock_dlm.h +++ b/fs/gfs2/locking/dlm/lock_dlm.h | |||
@@ -165,7 +165,7 @@ int gdlm_create_lp(struct gdlm_ls *, struct lm_lockname *, struct gdlm_lock **); | |||
165 | void gdlm_delete_lp(struct gdlm_lock *); | 165 | void gdlm_delete_lp(struct gdlm_lock *); |
166 | int gdlm_add_lvb(struct gdlm_lock *); | 166 | int gdlm_add_lvb(struct gdlm_lock *); |
167 | void gdlm_del_lvb(struct gdlm_lock *); | 167 | void gdlm_del_lvb(struct gdlm_lock *); |
168 | unsigned int gdlm_do_lock(struct gdlm_lock *, struct dlm_range *); | 168 | unsigned int gdlm_do_lock(struct gdlm_lock *); |
169 | unsigned int gdlm_do_unlock(struct gdlm_lock *); | 169 | unsigned int gdlm_do_unlock(struct gdlm_lock *); |
170 | 170 | ||
171 | int gdlm_get_lock(lm_lockspace_t *, struct lm_lockname *, lm_lock_t **); | 171 | int gdlm_get_lock(lm_lockspace_t *, struct lm_lockname *, lm_lock_t **); |