All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ioana Ciornei <ciorneiioana@gmail.com>
To: ceph-devel@vger.kernel.org
Cc: elder@ieee.org, Ioana Ciornei <ciorneiioana@gmail.com>
Subject: [PATCH 0/2] net: ceph: messenger: replace uses of BUG_ON() with WARN_ON()
Date: Wed, 27 Jan 2016 14:52:26 +0200	[thread overview]
Message-ID: <cover.1453898892.git.ciorneiioana@gmail.com> (raw)

This patchset replaces some uses of BUG_ON() with WARN_ON() and an
approapriate exit since it is advisable not to crash the machin
in every case.

Ioana Ciornei (2):
  net: ceph: messenger: change BUG_ON() to WARN_ON() from
    ceph_con_in_msg_alloc()
  net: ceph: messenger: replace BUG_ON() with WARN_ON() in con_flag_*
    functions

 net/ceph/messenger.c | 40 ++++++++++++++++++++++++++++++++--------
 1 file changed, 32 insertions(+), 8 deletions(-)

-- 
2.6.4


             reply	other threads:[~2016-01-27 10:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-27 12:52 Ioana Ciornei [this message]
2016-01-27 12:52 ` [PATCH 1/2] net: ceph: messenger: change BUG_ON() to WARN_ON() from ceph_con_in_msg_alloc() Ioana Ciornei
2016-01-27 12:52 ` [PATCH 2/2] net: ceph: messenger: replace BUG_ON() with WARN_ON() in con_flag_* functions Ioana Ciornei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1453898892.git.ciorneiioana@gmail.com \
    --to=ciorneiioana@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=elder@ieee.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.