Re: [f2fs-dev] [PATCH] f2fs: clean up several status-related operations

2013-10-23 Thread Gu Zheng
On 10/23/2013 05:46 PM, Jaegeuk Kim wrote: > This patch cleans up improper definitions that update some status information. Nice, it makes the code more neat. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Gu Zheng > --- > fs/f2fs/checkpoint.c | 8 ++-- > fs/f2fs/data.c | 12 +++---

[f2fs-dev] [PATCH] f2fs: clean up several status-related operations

2013-10-23 Thread Jaegeuk Kim
This patch cleans up improper definitions that update some status information. Signed-off-by: Jaegeuk Kim --- fs/f2fs/checkpoint.c | 8 ++-- fs/f2fs/data.c | 12 +++- fs/f2fs/f2fs.h | 14 +- fs/f2fs/gc.c | 4 +--- fs/f2fs/segment.c| 10 --