diff options
Diffstat (limited to 'fs/ocfs2/export.c')
-rw-r--r-- | fs/ocfs2/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/export.c b/fs/ocfs2/export.c index 3ad83e34dd39..535bfa9568a4 100644 --- a/fs/ocfs2/export.c +++ b/fs/ocfs2/export.c | |||
@@ -222,7 +222,7 @@ static struct dentry *ocfs2_fh_to_parent(struct super_block *sb, | |||
222 | return ocfs2_get_dentry(sb, &parent); | 222 | return ocfs2_get_dentry(sb, &parent); |
223 | } | 223 | } |
224 | 224 | ||
225 | struct export_operations ocfs2_export_ops = { | 225 | const struct export_operations ocfs2_export_ops = { |
226 | .encode_fh = ocfs2_encode_fh, | 226 | .encode_fh = ocfs2_encode_fh, |
227 | .fh_to_dentry = ocfs2_fh_to_dentry, | 227 | .fh_to_dentry = ocfs2_fh_to_dentry, |
228 | .fh_to_parent = ocfs2_fh_to_parent, | 228 | .fh_to_parent = ocfs2_fh_to_parent, |