]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/configfs/symlink.c
r8169: do not enable the TBI for the 8168 and the 81x0
[linux-2.6-omap-h63xx.git] / fs / configfs / symlink.c
index fb65e0800a86b66fa6afe2bad9a99c624daddebf..22700d2857daa36b62173fdedc5960d317ade1e9 100644 (file)
@@ -272,7 +272,7 @@ static void configfs_put_link(struct dentry *dentry, struct nameidata *nd,
        }
 }
 
-struct inode_operations configfs_symlink_inode_operations = {
+const struct inode_operations configfs_symlink_inode_operations = {
        .follow_link = configfs_follow_link,
        .readlink = generic_readlink,
        .put_link = configfs_put_link,