linux/fs/nilfs2
Ryusuke Konishi c083234f15 nilfs2: fix missing cleanup of gc cache on error cases
This fixes an -rc1 regression brought by the commit:
1cf58fa840 ("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 <konishi.ryusuke@lab.ntt.co.jp>
Acked-by: Jiro SEKIBA <jir@unicus.jp>
2009-11-08 19:04:25 +09:00
..
alloc.c
alloc.h
bmap.c
bmap.h
bmap_union.h
btnode.c nilfs2: add zero-fill for new btree node buffers 2009-11-03 12:32:03 +09:00
btnode.h
btree.c
btree.h
cpfile.c
cpfile.h
dat.c
dat.h
dir.c const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
direct.c
direct.h
file.c const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
gcdat.c
gcinode.c
ifile.c
ifile.h
inode.c nilfs2: fix missing initialization of i_dir_start_lookup member 2009-09-29 20:32:13 +09:00
ioctl.c nilfs2: fix missing cleanup of gc cache on error cases 2009-11-08 19:04:25 +09:00
Kconfig
Makefile
mdt.c const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
mdt.h
namei.c
nilfs.h const: constify remaining file_operations 2009-10-01 16:11:11 -07:00
page.c
page.h
recovery.c
sb.h
segbuf.c
segbuf.h
segment.c nilfs2: fix irregular checkpoint creation due to data flush 2009-11-03 12:32:03 +09:00
segment.h
sufile.c
sufile.h
super.c
the_nilfs.c
the_nilfs.h