]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/freevxfs/vxfs_lookup.c
cfq_get_queue: fix possible NULL pointer access
[linux-2.6-omap-h63xx.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,
 };