From: Andrew Morton Signed-off-by: Andrew Morton --- fs/gfs2/locking/dlm/lock_dlm.h | 11 ----------- 1 file changed, 11 deletions(-) diff -puN fs/gfs2/locking/dlm/lock_dlm.h~git-dlm-vs-git-gfs2-nwm fs/gfs2/locking/dlm/lock_dlm.h --- a/fs/gfs2/locking/dlm/lock_dlm.h~git-dlm-vs-git-gfs2-nwm +++ a/fs/gfs2/locking/dlm/lock_dlm.h @@ -174,17 +174,6 @@ void gdlm_cancel(void *); int gdlm_hold_lvb(void *, char **); void gdlm_unhold_lvb(void *, char *); -/* plock.c */ - -int gdlm_plock_init(void); -void gdlm_plock_exit(void); -int gdlm_plock(void *, struct lm_lockname *, struct file *, int, - struct file_lock *); -int gdlm_plock_get(void *, struct lm_lockname *, struct file *, - struct file_lock *); -int gdlm_punlock(void *, struct lm_lockname *, struct file *, - struct file_lock *); - /* mount.c */ extern const struct lm_lockops gdlm_ops; _