Searched hist:"9 f99ad08612ac37f3b8847b9b2e6e95a2a81ed4b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.c | diff 9f99ad08612ac37f3b8847b9b2e6e95a2a81ed4b Wed Jun 24 18:55:07 CDT 2015 Xue jiufei <xuejiufei@huawei.com> ocfs2: return error when ocfs2_figure_merge_contig_type() fails
ocfs2_figure_merge_contig_type() still returns CONTIG_NONE when some error occurs which will cause an unpredictable error. So return a proper errno when ocfs2_figure_merge_contig_type() fails.
Signed-off-by: joyce.xue <xuejiufei@huawei.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>
|