]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/super.c
[JFFS2] Fix compr_rubin.c build after include file elimination.
[linux-2.6-omap-h63xx.git] / fs / super.c
index 3e7458c2bb76c6d46b44a57718cb3b30a9d317fe..60b1e50cbf536c25aa6c667567448cf0b4705514 100644 (file)
@@ -285,7 +285,7 @@ int fsync_super(struct super_block *sb)
  */
 void generic_shutdown_super(struct super_block *sb)
 {
-       struct super_operations *sop = sb->s_op;
+       const struct super_operations *sop = sb->s_op;
 
        if (sb->s_root) {
                shrink_dcache_for_umount(sb);