Searched hist:f08736bd6c54c33b91d4324eee5713ca6f13319a (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ocfs2/dlm/ |
H A D | dlmrecovery.c | diff f08736bd6c54c33b91d4324eee5713ca6f13319a Wed Dec 10 17:41:34 CST 2014 Joseph Qi <joseph.qi@huawei.com> ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM
Do not BUG() if GFP_ATOMIC allocation fails in dlm_dispatch_assert_master. Instead, return -ENOMEM to the sender and then retry.
Signed-off-by: Joseph Qi <joseph.qi@huawei.com> Reviewed-by: Alex Chen <alex.chen@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>
|