X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fautofs%2Fsymlink.c;h=7ce9cb2c9ce21f74db531eef41d5df420feca5af;hb=62910554656cdcd6b6f84a5154c4155aae4ca231;hp=c74f2eb6577521ffec6f01bb1a7f0d21f66af5c1;hpb=c45aa055c32b488fc3fd73c760df372b09acf69a;p=karo-tx-linux.git diff --git a/fs/autofs/symlink.c b/fs/autofs/symlink.c index c74f2eb65775..7ce9cb2c9ce2 100644 --- a/fs/autofs/symlink.c +++ b/fs/autofs/symlink.c @@ -20,7 +20,7 @@ static void *autofs_follow_link(struct dentry *dentry, struct nameidata *nd) return NULL; } -struct inode_operations autofs_symlink_inode_operations = { +const struct inode_operations autofs_symlink_inode_operations = { .readlink = generic_readlink, .follow_link = autofs_follow_link };