aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2
diff options
context:
space:
mode:
authorDenis Cheng <crquan@gmail.com>2007-07-31 18:31:12 +0800
committerSteven Whitehouse <swhiteho@redhat.com>2007-10-10 08:55:05 +0100
commitca5a939b33166a9f5a2556e6c4ec031524852ba2 (patch)
tree36753cbdaff5447776912b604edbf22f6c0895d5 /fs/gfs2
parent[GFS2] mark struct *_operations const (diff)
downloadlinux-dev-ca5a939b33166a9f5a2556e6c4ec031524852ba2.tar.xz
linux-dev-ca5a939b33166a9f5a2556e6c4ec031524852ba2.zip
[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 @@
#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;