From: Jaegeuk Kim Date: Wed, 16 Apr 2014 01:47:06 +0000 (+0900) Subject: f2fs: adjust free mem size to flush dentry blocks X-Git-Tag: omap-for-v3.16/fixes-against-rc1~73^2~37 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fb03f3a40805a412c9b285010ffdc2e7563f81b;p=pandora-kernel.git f2fs: adjust free mem size to flush dentry blocks If so many dirty dentry blocks are cached, not reached to the flush condition, we should fall into livelock in balance_dirty_pages. So, let's consider the mem size for the condition. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed