unix: avoid use-after-free in ep_remove_wait_queue
[pandora-kernel.git] / fs / sysv / symlink.c
index b85ce61..00d2f8a 100644 (file)
@@ -14,7 +14,7 @@ static void *sysv_follow_link(struct dentry *dentry, struct nameidata *nd)
        return NULL;
 }
 
-struct inode_operations sysv_fast_symlink_inode_operations = {
+const struct inode_operations sysv_fast_symlink_inode_operations = {
        .readlink       = generic_readlink,
        .follow_link    = sysv_follow_link,
 };