Re: [PATCH 7/9] f2fs: allocate remained free segments in the LFS mode

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim : > This patch adds a new condition that allocates free segments in the current > active section even if SSR is needed. > Otherwise, f2fs cannot allocate remained free segments in the section since > SSR finds dirty segments only. > > Signed-off-by: Jaegeuk Kim Looks good!

Re: [PATCH 7/9] f2fs: allocate remained free segments in the LFS mode

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim jaegeuk@samsung.com: This patch adds a new condition that allocates free segments in the current active section even if SSR is needed. Otherwise, f2fs cannot allocate remained free segments in the section since SSR finds dirty segments only. Signed-off-by: Jaegeuk

[PATCH 7/9] f2fs: allocate remained free segments in the LFS mode

2013-04-01 Thread Jaegeuk Kim
This patch adds a new condition that allocates free segments in the current active section even if SSR is needed. Otherwise, f2fs cannot allocate remained free segments in the section since SSR finds dirty segments only. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 13 + 1

[PATCH 7/9] f2fs: allocate remained free segments in the LFS mode

2013-04-01 Thread Jaegeuk Kim
This patch adds a new condition that allocates free segments in the current active section even if SSR is needed. Otherwise, f2fs cannot allocate remained free segments in the section since SSR finds dirty segments only. Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/segment.c |