vfs: optimize touch_time() too
[linux-block.git] / fs / super.c
index b03fea8fbfb6e0c1d5276e59141ec620f0050db7..0e7207b9815c78a33f237e678da91f0adb969c45 100644 (file)
@@ -54,7 +54,7 @@ DEFINE_SPINLOCK(sb_lock);
 static struct super_block *alloc_super(struct file_system_type *type)
 {
        struct super_block *s = kzalloc(sizeof(struct super_block),  GFP_USER);
-       static struct super_operations default_op;
+       static const struct super_operations default_op;
 
        if (s) {
                if (security_sb_alloc(s)) {