]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/freevxfs/vxfs_lookup.c
pata_sis: fix MWDMA for <= UDMA66 chipsets and UDMA for UDMA33 chipsets
[mv-sheeva.git] / fs / freevxfs / vxfs_lookup.c
index 3995d7fbedab6b18be5a48d04c1f3edd446527f3..bf86e5444ea6d705a99682b83987b586a40a1e04 100644 (file)
@@ -52,7 +52,7 @@
 static struct dentry * vxfs_lookup(struct inode *, struct dentry *, struct nameidata *);
 static int             vxfs_readdir(struct file *, void *, filldir_t);
 
-struct inode_operations vxfs_dir_inode_ops = {
+const struct inode_operations vxfs_dir_inode_ops = {
        .lookup =               vxfs_lookup,
 };