commit | d2fc313f07dd75b7ce50d8ddb9eac7069be52679 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Tue Jan 21 13:32:12 2014 +0900 |
committer | dhacker29 <dhackerdvm@gmail.com> | Sat Feb 22 15:49:35 2014 -0600 |
tree | ef1ad174c427a9931301c026a0d5caf22a5bebbd | |
parent | 587364cb5adc6844cd14ab02731b8b41a3e95d3f [diff] |
f2fs: call mark_inode_dirty to flush dirty pages If a dentry page is updated, we should call mark_inode_dirty to add the inode into the dirty list, so that its dentry pages are flushed to the disk. Otherwise, the inode can be evicted without flush. Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>