]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/gfs2/ops_export.c
exportfs: make struct export_operations const
[mirror_ubuntu-artful-kernel.git] / fs / gfs2 / ops_export.c
index c291005ec59223e143ca38199861a94a450cd2f0..b9da62348a877303a777884c35f08c2083e640d5 100644 (file)
@@ -294,7 +294,7 @@ static struct dentry *gfs2_fh_to_parent(struct super_block *sb, struct fid *fid,
        }
 }
 
-struct export_operations gfs2_export_ops = {
+const struct export_operations gfs2_export_ops = {
        .encode_fh = gfs2_encode_fh,
        .fh_to_dentry = gfs2_fh_to_dentry,
        .fh_to_parent = gfs2_fh_to_parent,