linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] btrfs: Fix returned errno codes
@ 2015-09-24 19:13 Luis de Bethencourt
  2015-09-24 19:13 ` [PATCH v2 1/2] btrfs: check-integrity: " Luis de Bethencourt
  2015-09-24 19:13 ` [PATCH v2 2/2] btrfs: reada: Fix returned errno code Luis de Bethencourt
  0 siblings, 2 replies; 4+ messages in thread
From: Luis de Bethencourt @ 2015-09-24 19:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: clm, jbacik, dsterba, linux-btrfs, Luis de Bethencourt

Hi,

These two patches fix instances where -1 is used to specify a buffer
allocation fail, instead of using -ENOMEM.

Patch 1/2 is already reviewed by David Sterba.

Luis de Bethencourt (2):
  btrfs: check-integrity: Fix returned errno codes
  btrfs: reada: Fix returned errno code

 fs/btrfs/check-integrity.c | 4 ++--
 fs/btrfs/reada.c           | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

-- 
2.5.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-09-25 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 19:13 [PATCH v2 0/2] btrfs: Fix returned errno codes Luis de Bethencourt
2015-09-24 19:13 ` [PATCH v2 1/2] btrfs: check-integrity: " Luis de Bethencourt
2015-09-24 19:13 ` [PATCH v2 2/2] btrfs: reada: Fix returned errno code Luis de Bethencourt
2015-09-25 10:40   ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).