]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jfs/symlink.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
[linux-2.6-omap-h63xx.git] / fs / jfs / symlink.c
index cee43f36f51d526843271398356dfb3bef030ce0..4af1a05aad0af2445658df5cbbf765c61d37b627 100644 (file)
@@ -29,7 +29,7 @@ static void *jfs_follow_link(struct dentry *dentry, struct nameidata *nd)
        return NULL;
 }
 
-struct inode_operations jfs_symlink_inode_operations = {
+const struct inode_operations jfs_symlink_inode_operations = {
        .readlink       = generic_readlink,
        .follow_link    = jfs_follow_link,
        .setxattr       = jfs_setxattr,