commit | 92cecbbfa3785a944c733a284b77faee5b82b70c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Feb 20 06:00:05 2009 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Fri Mar 27 14:44:02 2009 -0400 |
tree | cafb14302ebe906270d005c00a17e19733dfa787 | |
parent | ce6cdc474aa5bf4c1a7dc698d83bb0622846a81d [diff] [blame] |
constify dentry_operations: GFS2 Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
diff --git a/fs/gfs2/ops_dentry.c b/fs/gfs2/ops_dentry.c index c2ad363..aea4d50 100644 --- a/fs/gfs2/ops_dentry.c +++ b/fs/gfs2/ops_dentry.c
@@ -108,7 +108,7 @@ return 0; } -struct dentry_operations gfs2_dops = { +const struct dentry_operations gfs2_dops = { .d_revalidate = gfs2_drevalidate, .d_hash = gfs2_dhash, };