]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext2/super.c
exportfs: make struct export_operations const
[linux-2.6-omap-h63xx.git] / fs / ext2 / super.c
index 4a03d0c84df2a4276d3b688345ab211bf839261a..154e25f13d772235e7c7d242a0b5e6fdbf977cd7 100644 (file)
@@ -357,7 +357,7 @@ static struct dentry *ext2_fh_to_parent(struct super_block *sb, struct fid *fid,
  * systems, but can be improved upon.
  * Currently only get_parent is required.
  */
-static struct export_operations ext2_export_ops = {
+static const struct export_operations ext2_export_ops = {
        .fh_to_dentry = ext2_fh_to_dentry,
        .fh_to_parent = ext2_fh_to_parent,
        .get_parent = ext2_get_parent,