]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()
authorDaeseok Youn <daeseok.youn@gmail.com>
Tue, 10 Feb 2015 22:09:15 +0000 (14:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2015 22:30:29 +0000 (14:30 -0800)
commitf8a34da3d7c8c8ce265d904b8e536f6938eca574
treef5550eb78b2466e2cb99a76cb3227c2d3652b5de
parentea40e11db5d5a3e46cff7e3b23536f993792aa69
ocfs2: removes mlog_errno() call twice in ocfs2_find_dir_space_el()

mlog_errno() is called twice when some functions are failed.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/dir.c