From 2d3632c7f24178ab4cc861d263175c380022a36c Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 20 Feb 2009 06:00:05 +0000 Subject: [PATCH] --- yaml --- r: 135944 b: refs/heads/master c: 92cecbbfa3785a944c733a284b77faee5b82b70c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/gfs2/ops_dentry.c | 2 +- trunk/fs/gfs2/super.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index cee65c1b353b..c6a653e688d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ce6cdc474aa5bf4c1a7dc698d83bb0622846a81d +refs/heads/master: 92cecbbfa3785a944c733a284b77faee5b82b70c diff --git a/trunk/fs/gfs2/ops_dentry.c b/trunk/fs/gfs2/ops_dentry.c index c2ad36330ca3..aea4d50580d7 100644 --- a/trunk/fs/gfs2/ops_dentry.c +++ b/trunk/fs/gfs2/ops_dentry.c @@ -108,7 +108,7 @@ static int gfs2_dhash(struct dentry *dentry, struct qstr *str) return 0; } -struct dentry_operations gfs2_dops = { +const struct dentry_operations gfs2_dops = { .d_revalidate = gfs2_drevalidate, .d_hash = gfs2_dhash, }; diff --git a/trunk/fs/gfs2/super.h b/trunk/fs/gfs2/super.h index f6b8b00ad881..a931e44ab561 100644 --- a/trunk/fs/gfs2/super.h +++ b/trunk/fs/gfs2/super.h @@ -47,7 +47,7 @@ extern struct file_system_type gfs2_fs_type; extern struct file_system_type gfs2meta_fs_type; extern const struct export_operations gfs2_export_ops; extern const struct super_operations gfs2_super_ops; -extern struct dentry_operations gfs2_dops; +extern const struct dentry_operations gfs2_dops; #endif /* __SUPER_DOT_H__ */