]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/jfs/symlink.c
Merge branch 'gta02-audio' into for-2.6.32
[mv-sheeva.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,