All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Cheng <crquan@gmail.com>
To: Steven Whitehouse <swhiteho@redhat.com>, cluster-devel@redhat.com
Cc: linux-kernel@vger.kernel.org, chdebra@gmail.com,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [PATCH 2/3] fs/gfs2: use the declaration of gfs2_dops in the header file instead
Date: Tue, 31 Jul 2007 18:31:12 +0800	[thread overview]
Message-ID: <11858778843416-git-send-email-crquan@gmail.com> (raw)
In-Reply-To: <1185877873787-git-send-email-crquan@gmail.com>

Signed-off-by: Denis Cheng <crquan@gmail.com>
---
 fs/gfs2/ops_fstype.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c
index cf5aa50..9a5e840 100644
--- a/fs/gfs2/ops_fstype.c
+++ b/fs/gfs2/ops_fstype.c
@@ -28,6 +28,7 @@
 #include "lm.h"
 #include "mount.h"
 #include "ops_fstype.h"
+#include "ops_dentry.h"
 #include "ops_super.h"
 #include "recovery.h"
 #include "rgrp.h"
@@ -38,8 +39,6 @@
 #define DO 0
 #define UNDO 1
 
-extern struct dentry_operations gfs2_dops;
-
 static struct gfs2_sbd *init_sbd(struct super_block *sb)
 {
 	struct gfs2_sbd *sdp;
-- 
1.5.2.2


  reply	other threads:[~2007-07-31 10:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-31  5:46 [PATCH] fs/gfs2: mark struct *_operations const Denis Cheng
2007-07-31  9:17 ` [Cluster-devel] " Steven Whitehouse
2007-07-31  9:17   ` Steven Whitehouse
2007-07-31  9:35   ` rae l
2007-07-31 10:31   ` [PATCH 1/3] " Denis Cheng
2007-07-31 10:31     ` Denis Cheng [this message]
2007-07-31 10:31       ` [PATCH 3/3] fs/gfs2: also mark struct {dentry,vm}_operations const Denis Cheng
2007-07-31 11:47         ` [Cluster-devel] Re: [PATCH 3/3] fs/gfs2: also mark struct {dentry, vm}_operations const Steven Whitehouse
2007-07-31 11:47           ` [PATCH 3/3] fs/gfs2: also mark struct {dentry,vm}_operations const Steven Whitehouse

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=11858778843416-git-send-email-crquan@gmail.com \
    --to=crquan@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=chdebra@gmail.com \
    --cc=cluster-devel@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.