diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-17 10:20:34 +0200 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2008-03-31 10:41:09 +0100 |
commit | 60b779cfc1fa52034a996ee12a23b62d32e86000 (patch) | |
tree | 0b72bc10ef735cb02f609d3ccccb38c636895b20 /fs/gfs2/locking/dlm/lock_dlm.h | |
parent | 8af4c72f7df2442230fca3ff49a97f978cfb4a04 (diff) | |
download | talos-op-linux-60b779cfc1fa52034a996ee12a23b62d32e86000.tar.gz talos-op-linux-60b779cfc1fa52034a996ee12a23b62d32e86000.zip |
[GFS2] proper extern for gfs2/locking/dlm/mount.c:gdlm_ops
This patch adds a proper extern declaration for gdlm_ops in
fs/gfs2/locking/dlm/lock_dlm.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/locking/dlm/lock_dlm.h')
-rw-r--r-- | fs/gfs2/locking/dlm/lock_dlm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h index 9e8265d28377..58fcf8c5bf39 100644 --- a/fs/gfs2/locking/dlm/lock_dlm.h +++ b/fs/gfs2/locking/dlm/lock_dlm.h @@ -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 |