X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fufs%2Fsymlink.c;h=c0156eda44bcff1e53e17689167da63b046ca926;hb=6924d1ab8b7bbe5ab416713f5701b3316b2df85b;hp=337512ed57814ac1949c440ef89c2e1389ad2cfc;hpb=efda9452046bdd707b23a85b7846ec33548f84f1;p=linux-2.6 diff --git a/fs/ufs/symlink.c b/fs/ufs/symlink.c index 337512ed57..c0156eda44 100644 --- a/fs/ufs/symlink.c +++ b/fs/ufs/symlink.c @@ -27,7 +27,10 @@ #include #include -#include + +#include "ufs_fs.h" +#include "ufs.h" + static void *ufs_follow_link(struct dentry *dentry, struct nameidata *nd) { @@ -36,7 +39,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, };