Commit ca5a939b authored by Denis Cheng's avatar Denis Cheng Committed by Steven Whitehouse

[GFS2] use the declaration of gfs2_dops in the header file instead

Signed-off-by: default avatarDenis Cheng <crquan@gmail.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 4ef29002
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "lm.h" #include "lm.h"
#include "mount.h" #include "mount.h"
#include "ops_fstype.h" #include "ops_fstype.h"
#include "ops_dentry.h"
#include "ops_super.h" #include "ops_super.h"
#include "recovery.h" #include "recovery.h"
#include "rgrp.h" #include "rgrp.h"
...@@ -38,8 +39,6 @@ ...@@ -38,8 +39,6 @@
#define DO 0 #define DO 0
#define UNDO 1 #define UNDO 1
extern struct dentry_operations gfs2_dops;
static struct gfs2_sbd *init_sbd(struct super_block *sb) static struct gfs2_sbd *init_sbd(struct super_block *sb)
{ {
struct gfs2_sbd *sdp; struct gfs2_sbd *sdp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment