aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorDenis Cheng <crquan@gmail.com>2007-07-31 06:31:12 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2007-10-10 03:55:05 -0400
commitca5a939b33166a9f5a2556e6c4ec031524852ba2 (patch)
tree36753cbdaff5447776912b604edbf22f6c0895d5 /fs/gfs2
parent4ef290025ccde7c52ba219cf733a4295acd5401f (diff)
[GFS2] use the declaration of gfs2_dops in the header file instead
Signed-off-by: Denis Cheng <crquan@gmail.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r--fs/gfs2/ops_fstype.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c
index cf5aa5050548..9a5e84038dd6 100644
--- a/fs/gfs2/ops_fstype.c
+++ b/fs/gfs2/ops_fstype.c
@@ -28,6 +28,7 @@
28#include "lm.h" 28#include "lm.h"
29#include "mount.h" 29#include "mount.h"
30#include "ops_fstype.h" 30#include "ops_fstype.h"
31#include "ops_dentry.h"
31#include "ops_super.h" 32#include "ops_super.h"
32#include "recovery.h" 33#include "recovery.h"
33#include "rgrp.h" 34#include "rgrp.h"
@@ -38,8 +39,6 @@
38#define DO 0 39#define DO 0
39#define UNDO 1 40#define UNDO 1
40 41
41extern struct dentry_operations gfs2_dops;
42
43static struct gfs2_sbd *init_sbd(struct super_block *sb) 42static struct gfs2_sbd *init_sbd(struct super_block *sb)
44{ 43{
45 struct gfs2_sbd *sdp; 44 struct gfs2_sbd *sdp;