提交 b4272646 编写于 作者: A Al Viro

logfs: fix a pagecache leak for symlinks

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 ac194dcc
......@@ -779,6 +779,7 @@ int logfs_replay_journal(struct super_block *sb)
const struct inode_operations logfs_symlink_iops = {
.readlink = generic_readlink,
.follow_link = page_follow_link_light,
.put_link = page_put_link,
};
const struct inode_operations logfs_dir_iops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册