Commit b951a4ec authored by Yunlei He's avatar Yunlei He Committed by Jaegeuk Kim

f2fs: no need inc dirty pages under inode lock

No need inc dirty pages under inode lock
Signed-off-by: default avatarYunlei He <heyunlei@huawei.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 8975bdf4
......@@ -787,9 +787,9 @@ void update_dirty_page(struct inode *inode, struct page *page)
spin_lock(&sbi->inode_lock[type]);
__add_dirty_inode(inode, type);
inode_inc_dirty_pages(inode);
spin_unlock(&sbi->inode_lock[type]);
inode_inc_dirty_pages(inode);
SetPagePrivate(page);
f2fs_trace_pid(page);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment