X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fufs%2Fsymlink.c;h=c0156eda44bcff1e53e17689167da63b046ca926;hb=54e7ff9d6249ba88e393d7fbc8008da9279723be;hp=337512ed57814ac1949c440ef89c2e1389ad2cfc;hpb=dcf8296216065fb391a5e29e44e814b0d1ab88aa;p=linux-2.6-omap-h63xx.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, };