X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Ffreevxfs%2Fvxfs_lookup.c;h=bf86e5444ea6d705a99682b83987b586a40a1e04;hb=4761c06cb39011c9cc3fef9e6bbfb4c50ceb307d;hp=3995d7fbedab6b18be5a48d04c1f3edd446527f3;hpb=7e23772f414cdbfb2a08aed237d6e926bb1cb728;p=mv-sheeva.git diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c index 3995d7fbeda..bf86e5444ea 100644 --- a/fs/freevxfs/vxfs_lookup.c +++ b/fs/freevxfs/vxfs_lookup.c @@ -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, };