]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/autofs/symlink.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
[linux-2.6-omap-h63xx.git] / fs / autofs / symlink.c
index c74f2eb6577521ffec6f01bb1a7f0d21f66af5c1..7ce9cb2c9ce21f74db531eef41d5df420feca5af 100644 (file)
@@ -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
 };