Whamcloud - gitweb
LU-6142 lustre: change super/file/inode operations to const
[fs/lustre-release.git] / lustre / llite / llite_nfs.c
index 7fef62a..bf18757 100644 (file)
@@ -376,7 +376,7 @@ static struct dentry *ll_get_parent(struct dentry *dchild)
        RETURN(dentry);
 }
 
-struct export_operations lustre_export_operations = {
+const struct export_operations lustre_export_operations = {
        .get_parent = ll_get_parent,
        .encode_fh  = ll_encode_fh,
        .get_name   = ll_get_name,