summaryrefslogtreecommitdiffstats
path: root/fs/affs/symlink.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-02 02:36:47 +0000
commit8624512aa908741ba2795200133eae0d7f4557ea (patch)
treed5d3036fccf2604f4c98dedc11e8adb929d6b52e /fs/affs/symlink.c
parent7b8f5d6f1d45d9f9de1d26e7d3c32aa5af11b488 (diff)
Merge with 2.3.48.
Diffstat (limited to 'fs/affs/symlink.c')
-rw-r--r--fs/affs/symlink.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/affs/symlink.c b/fs/affs/symlink.c
index 885d5099d..cd02b93dd 100644
--- a/fs/affs/symlink.c
+++ b/fs/affs/symlink.c
@@ -74,3 +74,9 @@ fail:
struct address_space_operations affs_symlink_aops = {
readpage: affs_symlink_readpage,
};
+
+struct inode_operations affs_symlink_inode_operations = {
+ readlink: page_readlink,
+ follow_link: page_follow_link,
+ setattr: affs_notify_change,
+};