Re: [Ocfs2-devel] [PATCH 3/4 RESEND] ocfs2: need to handle error for ocfs2_journal_access_di() call

2015-03-19 Thread DaeSeok Youn
OK. I will send this patch again. This patch will be based on https://lkml.org/lkml/2015/2/27/655 thanks regards, Daeseok Youn 2015-03-19 20:00 GMT+09:00 Joseph Qi : > On 2015/2/28 7:51, Daeseok Youn wrote: >> There is no error handle when ocfs2_journal_access_di() is failed. >> And also it

Re: [Ocfs2-devel] [PATCH 3/4 RESEND] ocfs2: need to handle error for ocfs2_journal_access_di() call

2015-03-19 Thread Joseph Qi
On 2015/2/28 7:51, Daeseok Youn wrote: > There is no error handle when ocfs2_journal_access_di() is failed. > And also it doesn't need to call ocfs2_dx_dir_insert() when > ocfs2_journal_access_db() is failed. > > Signed-off-by: Daeseok Youn > --- > RESEND: this patch rebased by 1/4 > >

Re: [Ocfs2-devel] [PATCH 3/4 RESEND] ocfs2: need to handle error for ocfs2_journal_access_di() call

2015-03-19 Thread Joseph Qi
On 2015/2/28 7:51, Daeseok Youn wrote: There is no error handle when ocfs2_journal_access_di() is failed. And also it doesn't need to call ocfs2_dx_dir_insert() when ocfs2_journal_access_db() is failed. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- RESEND: this patch rebased by

Re: [Ocfs2-devel] [PATCH 3/4 RESEND] ocfs2: need to handle error for ocfs2_journal_access_di() call

2015-03-19 Thread DaeSeok Youn
OK. I will send this patch again. This patch will be based on https://lkml.org/lkml/2015/2/27/655 thanks regards, Daeseok Youn 2015-03-19 20:00 GMT+09:00 Joseph Qi joseph...@huawei.com: On 2015/2/28 7:51, Daeseok Youn wrote: There is no error handle when ocfs2_journal_access_di() is failed.

[PATCH 3/4 RESEND] ocfs2: need to handle error for ocfs2_journal_access_di() call

2015-02-27 Thread Daeseok Youn
There is no error handle when ocfs2_journal_access_di() is failed. And also it doesn't need to call ocfs2_dx_dir_insert() when ocfs2_journal_access_db() is failed. Signed-off-by: Daeseok Youn --- RESEND: this patch rebased by 1/4 fs/ocfs2/dir.c |8 1 files changed, 4

[PATCH 3/4 RESEND] ocfs2: need to handle error for ocfs2_journal_access_di() call

2015-02-27 Thread Daeseok Youn
There is no error handle when ocfs2_journal_access_di() is failed. And also it doesn't need to call ocfs2_dx_dir_insert() when ocfs2_journal_access_db() is failed. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- RESEND: this patch rebased by 1/4 fs/ocfs2/dir.c |8 1 files