[PATCH 12/51] [GFS2] use the declaration of gfs2_dops in the header file instead

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: swhiteho
Date: Thursday, October 4, 2007 - 1:49 am

From: Denis Cheng <crquan@gmail.com>

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

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.1.2

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GFS2/DLM] Pre-pull patch posting, swhiteho, (Thu Oct 4, 1:48 am)
[PATCH 12/51] [GFS2] use the declaration of gfs2_dops in t ..., swhiteho, (Thu Oct 4, 1:49 am)
[PATCH 17/51] [GFS2] unneeded typecast, swhiteho, (Thu Oct 4, 1:49 am)
[PATCH 25/51] [GFS2] Reduce truncate IO traffic, swhiteho, (Thu Oct 4, 1:49 am)
[PATCH 26/51] [DLM] Fix lowcomms socket closing, swhiteho, (Thu Oct 4, 1:49 am)
[GFS2/DLM] Pull request, Steven Whitehouse, (Fri Oct 12, 12:47 am)