Merge remote branch 'airlied/drm-fixes' into drm-intel-fixes
[pandora-kernel.git] / fs / autofs4 / symlink.c
index 2ea2c98..b4ea829 100644 (file)
@@ -19,7 +19,7 @@ static void *autofs4_follow_link(struct dentry *dentry, struct nameidata *nd)
        return NULL;
 }
 
-struct inode_operations autofs4_symlink_inode_operations = {
+const struct inode_operations autofs4_symlink_inode_operations = {
        .readlink       = generic_readlink,
        .follow_link    = autofs4_follow_link
 };