Re: [Ocfs2-devel] [PATCH 4/4 RESEND] ocfs2: remove goto statement in ocfs2_check_dir_for_entry()

2015-03-19 Thread Joseph Qi
On 2015/2/28 7:53, Daeseok Youn wrote: > Signed-off-by: Daeseok Youn Reviewed-by: Joseph Qi > --- > RESEND: this patch is rebased by 1/4. > > fs/ocfs2/dir.c | 13 + > 1 files changed, 5 insertions(+), 8 deletions(-) > > diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c > index

Re: [Ocfs2-devel] [PATCH 4/4 RESEND] ocfs2: remove goto statement in ocfs2_check_dir_for_entry()

2015-03-19 Thread Joseph Qi
On 2015/2/28 7:53, Daeseok Youn wrote: Signed-off-by: Daeseok Youn daeseok.y...@gmail.com Reviewed-by: Joseph Qi joseph...@huawei.com --- RESEND: this patch is rebased by 1/4. fs/ocfs2/dir.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git

[PATCH 4/4 RESEND] ocfs2: remove goto statement in ocfs2_check_dir_for_entry()

2015-02-27 Thread Daeseok Youn
Signed-off-by: Daeseok Youn --- RESEND: this patch is rebased by 1/4. fs/ocfs2/dir.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index c63f2b6..b3ab2a6 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c @@ -2043,22 +2043,19

[PATCH 4/4 RESEND] ocfs2: remove goto statement in ocfs2_check_dir_for_entry()

2015-02-27 Thread Daeseok Youn
Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- RESEND: this patch is rebased by 1/4. fs/ocfs2/dir.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index c63f2b6..b3ab2a6 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c