summaryrefslogtreecommitdiffstats
path: root/fs/nfs/symlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/symlink.c')
-rw-r--r--fs/nfs/symlink.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/symlink.c b/fs/nfs/symlink.c
index ab0ebf145..9f5a95ff9 100644
--- a/fs/nfs/symlink.c
+++ b/fs/nfs/symlink.c
@@ -104,4 +104,6 @@ nfs_follow_link(struct dentry *dentry, struct dentry *base, unsigned int follow)
struct inode_operations nfs_symlink_inode_operations = {
readlink: nfs_readlink,
follow_link: nfs_follow_link,
+ revalidate: nfs_revalidate,
+ setattr: nfs_notify_change,
};