ocfs2: use retval instead of status for checking error
authorDaeseok Youn <daeseok.youn@gmail.com>
Wed, 24 Jun 2015 23:55:01 +0000 (16:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 25 Jun 2015 00:49:39 +0000 (17:49 -0700)
commit2e173152420a9595bbfccbd8cdba0cd3c160fefc
tree46270c1efc08ac1937ae9ac9c555e1e09a851438
parentcf1776a9e834400ed8e2fea48ffa6daa9da28446
ocfs2: use retval instead of status for checking error

The use of 'status' in __ocfs2_add_entry() can return wrong value.

Some functions' return value in __ocfs2_add_entry(), i.e
ocfs2_journal_access_di() is saved to 'status'.  But 'status' is not
used in 'bail' label for returning result of __ocfs2_add_entry().

So use retval instead of status.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Reviewed-by: Joseph Qi <joseph.qi@huawei.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/dir.c
This page took 0.024781 seconds and 5 git commands to generate.