From: Jaegeuk Kim Date: Tue, 21 Jan 2014 04:32:12 +0000 (+0900) Subject: f2fs: call mark_inode_dirty to flush dirty pages X-Git-Tag: v3.14-rc1~122^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18ff063406dd6aec41fda598eabe2691007a30d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed