X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fufs%2Fsymlink.c;h=d8549f807e8003ef06abc6c79a34799829b7d204;hb=aa9d40de77f8ec734f48d0be0c7fe7732d505af4;hp=337512ed57814ac1949c440ef89c2e1389ad2cfc;hpb=3ec8a773d2775db86cc21d28b77bea29c8a1ea3c;p=linux-2.6 diff --git a/fs/ufs/symlink.c b/fs/ufs/symlink.c index 337512ed57..d8549f807e 100644 --- a/fs/ufs/symlink.c +++ b/fs/ufs/symlink.c @@ -36,7 +36,7 @@ static void *ufs_follow_link(struct dentry *dentry, struct nameidata *nd) return NULL; } -struct inode_operations ufs_fast_symlink_inode_operations = { +const struct inode_operations ufs_fast_symlink_inode_operations = { .readlink = generic_readlink, .follow_link = ufs_follow_link, };