Joseph Qi 22ab9014bf fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead of enum
In dlm_request_all_locks, ret is type enum.  But o2net_send_message
returns a type int value.  Then it will never run into the following
error branch.  So we should change the ret type from enum to int.

Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Acked-by: Sunil Mushran <sunil.mushran@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-07-03 16:07:23 -07:00
..
2013-02-27 19:10:19 -08:00
2011-07-25 14:30:23 -04:00
2013-05-07 20:16:25 -07:00
2010-09-10 09:18:15 -07:00
2013-06-29 12:57:02 +04:00
2013-06-29 12:57:02 +04:00
2013-05-07 18:38:27 -07:00
2011-07-25 14:58:15 -07:00
2013-07-03 16:23:27 +04:00
2013-05-07 20:16:25 -07:00
2013-06-29 12:57:02 +04:00
2011-02-21 11:18:23 +08:00
2008-10-13 13:57:57 -07:00
2013-02-26 02:46:10 -05:00
2011-05-23 23:37:20 -07:00
2011-03-31 11:26:23 -03:00
2011-07-24 10:34:54 -07:00
2012-01-04 08:56:31 -06:00
2011-03-31 11:26:23 -03:00
2012-05-29 23:28:40 -04:00
2011-02-24 16:22:20 +08:00
2012-01-03 22:55:02 -05:00