Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1251712 > unrolled thread

[RESEND PATCH 0/2] btrfs: Fix returned errno codes

Started byLuis de Bethencourt <luisbg@osg.samsung.com>
First post2015-10-20 16:00 +0200
Last post2015-10-20 16:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [RESEND PATCH 0/2] btrfs: Fix returned errno codes Luis de Bethencourt <luisbg@osg.samsung.com> - 2015-10-20 16:00 +0200

#1251712 — [RESEND PATCH 0/2] btrfs: Fix returned errno codes

FromLuis de Bethencourt <luisbg@osg.samsung.com>
Date2015-10-20 16:00 +0200
Subject[RESEND PATCH 0/2] btrfs: Fix returned errno codes
Message-ID<qlFCi-5wi-7@gated-at.bofh.it>
Hello,

This is a resend of this patch series. It was posted on September 24 [0]

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.

Best regards,
Luis

[0]: https://lkml.org/lkml/2015/9/24/553

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.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web