Re: [f2fs-dev] [PATCH] f2fs: remove the own bi_private allocation

2013-12-03 Thread Jaegeuk Kim
It causes NULL pointer error without f2fs_bug_on(), so I don't think we need to add this. Thanks, 2013-12-02 (월), 16:59 +0800, Chao Yu: Hi Kim, -Original Message- From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] Sent: Monday, December 02, 2013 4:15 PM To: Chao Yu Cc:

[f2fs-dev] [PATCH V2 0/2] f2fs: remove debufs dir if debugfs_create_file() failed

2013-12-03 Thread Younger Liu
From: Younger Liu liuyiy...@hisense.com When debugfs_create_file() failed in f2fs_create_root_stats(), debugfs_root should be remove. Signed-off-by: Younger Liu liuyiy...@hisense.com Cc: Younger Liu younger.li...@gmail.com Cc: Jaegeuk Kim jaegeuk@samsung.com Reviewed-by: Chao Yu

[f2fs-dev] [PATCH V2 1/2] f2fs: A minor change for avoiding any possible conflicts to the other fs

2013-12-03 Thread Younger Liu
From: Younger Liu liuyiy...@hisense.com This minor change for the naming conventions of debugfs_root to avoid any possible conflicts to the other filesystem. This patch is based on the first patch: [PATCH V2 0/2] f2fs: remove debufs dir if debugfs_create_file() failed. Signed-off-by: Younger

Re: [f2fs-dev] [PATCH v2] f2fs: refactor bio-related operations

2013-12-03 Thread Chao Yu
Hi, Comment as following. -Original Message- From: Jaegeuk Kim [mailto:jaegeuk@samsung.com] Sent: Monday, December 02, 2013 4:27 PM To: linux-fsde...@vger.kernel.org Cc: linux-ker...@vger.kernel.org; linux-f2fs-devel@lists.sourceforge.net Subject: Re: [f2fs-dev] [PATCH v2]