[PATCH 2/3] ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()

2015-01-29 Thread Daeseok Youn
The mlog_errno() function is called twice when some functions are failed. Signed-off-by: Daeseok Youn --- fs/ocfs2/dir.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 940be6d..b08050b 100644 --- a/fs/ocfs2/dir.c +++

[PATCH 2/3] ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()

2015-01-29 Thread Daeseok Youn
The mlog_errno() function is called twice when some functions are failed. Signed-off-by: Daeseok Youn daeseok.y...@gmail.com --- fs/ocfs2/dir.c |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 940be6d..b08050b 100644 ---