]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/afs/super.c
Pull bugzilla-7200 into release branch
[linux-2.6-omap-h63xx.git] / fs / afs / super.c
index 18d9b77ba40fe5ff081da9d95de551dd4978071a..eb7e32349da3e4354c884af376c6ffcbff509b71 100644 (file)
@@ -56,7 +56,7 @@ struct file_system_type afs_fs_type = {
        .fs_flags       = FS_BINARY_MOUNTDATA,
 };
 
-static struct super_operations afs_super_ops = {
+static const struct super_operations afs_super_ops = {
        .statfs         = simple_statfs,
        .alloc_inode    = afs_alloc_inode,
        .drop_inode     = generic_delete_inode,