From: Ryusuke Konishi Date: Sun, 8 Nov 2009 03:09:24 +0000 (+0900) Subject: nilfs2: fix missing cleanup of gc cache on error cases X-Git-Tag: v2.6.32-rc7~57^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c083234f1592ef3fad3d8083663c5e4a357ec77c;p=pandora-kernel.git nilfs2: fix missing cleanup of gc cache on error cases This fixes an -rc1 regression brought by the commit: 1cf58fa840472ec7df6bf2312885949ebb308853 ("nilfs2: shorten freeze period due to GC in write operation v3"). Although the patch moved out a function call of nilfs_ioctl_move_blocks() to nilfs_ioctl_clean_segments() from nilfs_ioctl_prepare_clean_segments(), it didn't move corresponding cleanup job needed for the error case. This will move the missing cleanup job to the destination function. Signed-off-by: Ryusuke Konishi Acked-by: Jiro SEKIBA --- Reading git-diff-tree failed