]> Pileus Git - ~andy/linux/blobdiff - fs/freevxfs/vxfs_super.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[~andy/linux] / fs / freevxfs / vxfs_super.c
index ac28b0835ffc611a0236f3ba745744ba1ca05390..647d600f0bc82d7399732e83f8c2f71d5ab625b3 100644 (file)
@@ -59,7 +59,7 @@ static void           vxfs_put_super(struct super_block *);
 static int             vxfs_statfs(struct dentry *, struct kstatfs *);
 static int             vxfs_remount(struct super_block *, int *, char *);
 
-static struct super_operations vxfs_super_ops = {
+static const struct super_operations vxfs_super_ops = {
        .read_inode =           vxfs_read_inode,
        .clear_inode =          vxfs_clear_inode,
        .put_super =            vxfs_put_super,