Re: [PATCH 4/9] f2fs: allocate new segment aligned with sections

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim : > When allocating a new segment under the LFS mode, we should keep the > section > boundary. > > Signed-off-by: Jaegeuk Kim You can add Reviewed-by: Namjae Jeon Thanks! > --- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

[PATCH 4/9] f2fs: allocate new segment aligned with sections

2013-03-31 Thread Jaegeuk Kim
When allocating a new segment under the LFS mode, we should keep the section boundary. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index 179a13e..b3486f3 100644 --- a/fs/f2fs/segment.