]> Pileus Git - ~andy/linux/blobdiff - fs/isofs/export.c
x86: fix mttr trimming
[~andy/linux] / fs / isofs / export.c
index 511c3513433f6ef99424c32118d5a43c6b7e3c79..29f9753ae5e5ba45c25eec7eaf26261ab6441b42 100644 (file)
@@ -207,7 +207,7 @@ static struct dentry *isofs_fh_to_parent(struct super_block *sb,
                        fh_len > 4 ? ifid->parent_generation : 0);
 }
 
-struct export_operations isofs_export_ops = {
+const struct export_operations isofs_export_ops = {
        .encode_fh      = isofs_export_encode_fh,
        .fh_to_dentry   = isofs_fh_to_dentry,
        .fh_to_parent   = isofs_fh_to_parent,