Re: [PATCH 2/9] f2fs: introduce TOTAL_SECS macro

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim : > Let's use a macro to get the total number of sections. > > Signed-off-by: Jaegeuk Kim Looks reasonable to me~ Reviewed-by: Namjae Jeon Thanks. > --- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH 2/9] f2fs: introduce TOTAL_SECS macro

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim jaegeuk@samsung.com: Let's use a macro to get the total number of sections. Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com Looks reasonable to me~ Reviewed-by: Namjae Jeon namjae.j...@samsung.com Thanks. --- -- To unsubscribe from this list: send the line

[PATCH 2/9] f2fs: introduce TOTAL_SECS macro

2013-04-01 Thread Jaegeuk Kim
Let's use a macro to get the total number of sections. Signed-off-by: Jaegeuk Kim --- fs/f2fs/debug.c | 7 +++ fs/f2fs/segment.c | 19 +-- fs/f2fs/segment.h | 1 + 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index

[PATCH 2/9] f2fs: introduce TOTAL_SECS macro

2013-04-01 Thread Jaegeuk Kim
Let's use a macro to get the total number of sections. Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/debug.c | 7 +++ fs/f2fs/segment.c | 19 +-- fs/f2fs/segment.h | 1 + 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/fs/f2fs/debug.c