cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
From: Steven Whitehouse <swhiteho@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] Re: [2.6 patch] proper extern for gfs2/locking/dlm/mount.c:gdlm_ops
Date: Mon, 18 Feb 2008 11:15:40 +0000	[thread overview]
Message-ID: <1203333340.9635.5.camel@localhost.localdomain> (raw)
In-Reply-To: <20080217082034.GT3848@cs181133002.pp.htv.fi>

Hi,

Now in the GFS2 -nmw git tree. Thanks,

Steve.

On Sun, 2008-02-17 at 10:20 +0200, Adrian Bunk wrote:
> 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>
> 
> ---
> 
>  fs/gfs2/locking/dlm/lock_dlm.h |    5 +++++
>  fs/gfs2/locking/dlm/main.c     |    2 --
>  fs/gfs2/locking/dlm/sysfs.c    |    2 --
>  3 files changed, 5 insertions(+), 4 deletions(-)
> 
> b4ac811ad577cd6039fdd1395cfa910294b8efdc diff --git a/fs/gfs2/locking/dlm/lock_dlm.h b/fs/gfs2/locking/dlm/lock_dlm.h
> index 9e8265d..58fcf8c 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
>  
> diff --git a/fs/gfs2/locking/dlm/main.c b/fs/gfs2/locking/dlm/main.c
> index a0e7eda..36a2258 100644
> --- a/fs/gfs2/locking/dlm/main.c
> +++ b/fs/gfs2/locking/dlm/main.c
> @@ -11,8 +11,6 @@
>  
>  #include "lock_dlm.h"
>  
> -extern struct lm_lockops gdlm_ops;
> -
>  static int __init init_lock_dlm(void)
>  {
>  	int error;
> diff --git a/fs/gfs2/locking/dlm/sysfs.c b/fs/gfs2/locking/dlm/sysfs.c
> index a87b098..8479da4 100644
> --- a/fs/gfs2/locking/dlm/sysfs.c
> +++ b/fs/gfs2/locking/dlm/sysfs.c
> @@ -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);
> 



      reply	other threads:[~2008-02-18 11:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-17  8:20 [Cluster-devel] [2.6 patch] proper extern for gfs2/locking/dlm/mount.c:gdlm_ops Adrian Bunk
2008-02-18 11:15 ` Steven Whitehouse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1203333340.9635.5.camel@localhost.localdomain \
    --to=swhiteho@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).