]> 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)
commita597aaf7fee48bb14a3a146d55ed1b0f57594552
treef5550eb78b2466e2cb99a76cb3227c2d3652b5de
parent708687e024f1ffc356bbe4ce5042d47a5ceead30
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