X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fufs%2Fsymlink.c;h=c0156eda44bcff1e53e17689167da63b046ca926;hb=0999d978dcdcf59350dafa25afd70def9f924eee;hp=337512ed57814ac1949c440ef89c2e1389ad2cfc;hpb=15c42e5a1f0bccb69508059b8ae0720840068b8e;p=mv-sheeva.git diff --git a/fs/ufs/symlink.c b/fs/ufs/symlink.c index 337512ed578..c0156eda44b 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, };