From: Jaegeuk Kim Date: Fri, 27 Dec 2013 02:01:54 +0000 (+0900) Subject: f2fs: don't need to get f2fs_lock_op for the inline_data test X-Git-Tag: v3.14-rc1~122^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f185ff979f97943c9d4966ed4edc9819c3342c5b;p=pandora-kernel.git f2fs: don't need to get f2fs_lock_op for the inline_data test This patch locates checking the inline_data prior to calling f2fs_lock_op() in truncate_blocks(), since getting the lock is unnecessary. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed