]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/qnx4/inode.c
V4L/DVB (5381): Dvb-ttpci: Update frontend lock status in transfer mode (bugfix)
[linux-2.6-omap-h63xx.git] / fs / qnx4 / inode.c
index c047dc654d5c4999ead8383f190b2013d6f14d11..83bc8e7824cd6b967b6a760e46c535d601e03d15 100644 (file)
@@ -30,7 +30,7 @@
 #define QNX4_VERSION  4
 #define QNX4_BMNAME   ".bitmap"
 
-static struct super_operations qnx4_sops;
+static const struct super_operations qnx4_sops;
 
 #ifdef CONFIG_QNX4FS_RW
 
@@ -129,7 +129,7 @@ static void qnx4_read_inode(struct inode *);
 static int qnx4_remount(struct super_block *sb, int *flags, char *data);
 static int qnx4_statfs(struct dentry *, struct kstatfs *);
 
-static struct super_operations qnx4_sops =
+static const struct super_operations qnx4_sops =
 {
        .alloc_inode    = qnx4_alloc_inode,
        .destroy_inode  = qnx4_destroy_inode,