OSDN Git Service

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)
commit9b57269170820d707b048f305bb59a7b23cc5448
treef5550eb78b2466e2cb99a76cb3227c2d3652b5de
parent592a202a3d463d683632c268a3948978237a868d
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