X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Ffreevxfs%2Fvxfs_lookup.c;h=29cce456c7ced1fdbfd6bfc7a9ed1b9a2ff07779;hb=63518472c05a351d779f35803e6ccfb361ae630a;hp=554eb455722cbb3812837d3bc1b7b64290ebcc30;hpb=d2f6409584e2c62ffad81690562330ff3bf4a458;p=powerpc.git diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c index 554eb45572..29cce456c7 100644 --- a/fs/freevxfs/vxfs_lookup.c +++ b/fs/freevxfs/vxfs_lookup.c @@ -56,7 +56,7 @@ struct inode_operations vxfs_dir_inode_ops = { .lookup = vxfs_lookup, }; -struct file_operations vxfs_dir_operations = { +const struct file_operations vxfs_dir_operations = { .readdir = vxfs_readdir, };