X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjfs%2Fsymlink.c;h=4af1a05aad0af2445658df5cbbf765c61d37b627;hb=ef222013fc8c1a2fcba5c7ab169be8ffcb778ec4;hp=cee43f36f51d526843271398356dfb3bef030ce0;hpb=ccaa36f73544163ef6e15eb29a620130755f6001;p=pandora-kernel.git diff --git a/fs/jfs/symlink.c b/fs/jfs/symlink.c index cee43f36f51d..4af1a05aad0a 100644 --- a/fs/jfs/symlink.c +++ b/fs/jfs/symlink.c @@ -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,