diff options
Diffstat (limited to 'fs/nilfs2/namei.c')
-rw-r--r-- | fs/nilfs2/namei.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nilfs2/namei.c b/fs/nilfs2/namei.c index a65f46560fbe..185d1607cb00 100644 --- a/fs/nilfs2/namei.c +++ b/fs/nilfs2/namei.c | |||
@@ -588,6 +588,7 @@ const struct inode_operations nilfs_symlink_inode_operations = { | |||
588 | .readlink = generic_readlink, | 588 | .readlink = generic_readlink, |
589 | .follow_link = page_follow_link_light, | 589 | .follow_link = page_follow_link_light, |
590 | .put_link = page_put_link, | 590 | .put_link = page_put_link, |
591 | .permission = nilfs_permission, | ||
591 | }; | 592 | }; |
592 | 593 | ||
593 | const struct export_operations nilfs_export_ops = { | 594 | const struct export_operations nilfs_export_ops = { |