Re: [PATCH 1/3] f2fs: check nid == 0 in add_free_nid

2013-04-25 Thread Namjae Jeon
2013/4/25, Jaegeuk Kim : > It is more obvious that add_free_nid checks whether the free nid is zero or > not. > > 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

[PATCH 1/3] f2fs: check nid == 0 in add_free_nid

2013-04-25 Thread Jaegeuk Kim
It is more obvious that add_free_nid checks whether the free nid is zero or not. Signed-off-by: Jaegeuk Kim --- fs/f2fs/node.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index a0aa044..c8f48d4 100644 --- a/fs/f2fs/node.c +++

[PATCH 1/3] f2fs: check nid == 0 in add_free_nid

2013-04-25 Thread Jaegeuk Kim
It is more obvious that add_free_nid checks whether the free nid is zero or not. Signed-off-by: Jaegeuk Kim jaegeuk@samsung.com --- fs/f2fs/node.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/f2fs/node.c b/fs/f2fs/node.c index a0aa044..c8f48d4 100644 ---

Re: [PATCH 1/3] f2fs: check nid == 0 in add_free_nid

2013-04-25 Thread Namjae Jeon
2013/4/25, Jaegeuk Kim jaegeuk@samsung.com: It is more obvious that add_free_nid checks whether the free nid is zero or not. 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