diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-02-20 01:00:05 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-03-27 14:44:02 -0400 |
commit | 92cecbbfa3785a944c733a284b77faee5b82b70c (patch) | |
tree | cafb14302ebe906270d005c00a17e19733dfa787 /fs/gfs2/super.h | |
parent | ce6cdc474aa5bf4c1a7dc698d83bb0622846a81d (diff) |
constify dentry_operations: GFS2
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/gfs2/super.h')
-rw-r--r-- | fs/gfs2/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/super.h b/fs/gfs2/super.h index f6b8b00ad881..a931e44ab561 100644 --- a/fs/gfs2/super.h +++ b/fs/gfs2/super.h | |||
@@ -47,7 +47,7 @@ extern struct file_system_type gfs2_fs_type; | |||
47 | extern struct file_system_type gfs2meta_fs_type; | 47 | extern struct file_system_type gfs2meta_fs_type; |
48 | extern const struct export_operations gfs2_export_ops; | 48 | extern const struct export_operations gfs2_export_ops; |
49 | extern const struct super_operations gfs2_super_ops; | 49 | extern const struct super_operations gfs2_super_ops; |
50 | extern struct dentry_operations gfs2_dops; | 50 | extern const struct dentry_operations gfs2_dops; |
51 | 51 | ||
52 | #endif /* __SUPER_DOT_H__ */ | 52 | #endif /* __SUPER_DOT_H__ */ |
53 | 53 | ||