projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[SCSI] libsas: Fix various sparse complaints
[linux-2.6]
/
fs
/
autofs4
/
symlink.c
diff --git
a/fs/autofs4/symlink.c
b/fs/autofs4/symlink.c
index
2ea2c98
..
b4ea829
100644
(file)
--- a/
fs/autofs4/symlink.c
+++ b/
fs/autofs4/symlink.c
@@
-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
};