From: Namjae Jeon Date: Sat, 12 Jan 2013 05:41:33 +0000 (+0900) Subject: f2fs: avoid redundant time update for parent directory in f2fs_delete_entry X-Git-Tag: v3.8-rc5~24^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=163799872b65b0cbf0091d82971233cc3d2425d3;p=pandora-kernel.git f2fs: avoid redundant time update for parent directory in f2fs_delete_entry In call to f2fs_delete_entry, 'dir' time modification code is put at two places. So, remove the redundant code for timing update. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed