Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89521
b: refs/heads/master
c: 60b779c
h: refs/heads/master
i:
  89519: f7218b9
v: v3
  • Loading branch information
Adrian Bunk authored and Steven Whitehouse committed Mar 31, 2008
1 parent 603dd7c commit 8d851c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8af4c72f7df2442230fca3ff49a97f978cfb4a04
refs/heads/master: 60b779cfc1fa52034a996ee12a23b62d32e86000
5 changes: 5 additions & 0 deletions trunk/fs/gfs2/locking/dlm/lock_dlm.h
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,10 @@ 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;

#endif

2 changes: 0 additions & 2 deletions trunk/fs/gfs2/locking/dlm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

#include "lock_dlm.h"

extern struct lm_lockops gdlm_ops;

static int __init init_lock_dlm(void)
{
int error;
Expand Down
2 changes: 0 additions & 2 deletions trunk/fs/gfs2/locking/dlm/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

#include "lock_dlm.h"

extern struct lm_lockops gdlm_ops;

static ssize_t proto_name_show(struct gdlm_ls *ls, char *buf)
{
return sprintf(buf, "%s\n", gdlm_ops.lm_proto_name);
Expand Down

0 comments on commit 8d851c0

Please sign in to comment.