From: Jaegeuk Kim Date: Fri, 5 Dec 2014 18:39:49 +0000 (-0800) Subject: f2fs: do retry operations with cond_resched X-Git-Tag: omap-for-v3.20/drop-legacy-3517~143^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9be32d72becca41d7d9b010d7d9be1d39489414f;p=pandora-kernel.git f2fs: do retry operations with cond_resched This patch revists retrial paths in f2fs. The basic idea is to use cond_resched instead of retrying from the very early stage. Suggested-by: Gu Zheng Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed