[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <11858778843416-git-send-email-crquan@gmail.com>
Date: Tue, 31 Jul 2007 18:31:12 +0800
From: Denis Cheng <crquan@...il.com>
To: Steven Whitehouse <swhiteho@...hat.com>, cluster-devel@...hat.com
Cc: linux-kernel@...r.kernel.org, chdebra@...il.com,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 2/3] fs/gfs2: use the declaration of gfs2_dops in the header file instead
Signed-off-by: Denis Cheng <crquan@...il.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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists