From 5296d7879c4a2ffffcd37d7a5c5df63e6a33db24 Mon Sep 17 00:00:00 2001 From: Denis Cheng Date: Tue, 31 Jul 2007 18:31:12 +0800 Subject: [PATCH] --- yaml --- r: 67655 b: refs/heads/master c: ca5a939b33166a9f5a2556e6c4ec031524852ba2 h: refs/heads/master i: 67653: 072a7f234e2a50f6028add9f34d90a87ee81853e 67651: 0244d59c63621916172c4046a9636ceb9cdbd260 67647: ae00b6a233741cebfac5020b6479b7bc753d2c8f v: v3 --- [refs] | 2 +- trunk/fs/gfs2/ops_fstype.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index b0b4a666153f..8209b35a1ba3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ef290025ccde7c52ba219cf733a4295acd5401f +refs/heads/master: ca5a939b33166a9f5a2556e6c4ec031524852ba2 diff --git a/trunk/fs/gfs2/ops_fstype.c b/trunk/fs/gfs2/ops_fstype.c index cf5aa5050548..9a5e84038dd6 100644 --- a/trunk/fs/gfs2/ops_fstype.c +++ b/trunk/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;