[MIPS] Use DEFINE_SPINLOCK instead of SPIN_LOCK_UNLOCKED.
[powerpc.git] / fs / smbfs / inode.c
index 84dfe3f..5faba4f 100644 (file)
@@ -98,7 +98,7 @@ static int smb_remount(struct super_block *sb, int *flags, char *data)
        return 0;
 }
 
-static struct super_operations smb_sops =
+static const struct super_operations smb_sops =
 {
        .alloc_inode    = smb_alloc_inode,
        .destroy_inode  = smb_destroy_inode,