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

From: Luis de Bethencourt <luis@debethencourt.com>

Hi,

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

I could merge the two patches into one if that's more appropriate.

Thanks,
Luis

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           | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.5.3


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

end of thread, other threads:[~2015-09-23  8:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 16:29 [PATCH 0/2] btrfs: Fix returned errno codes Luis de Bethencourt
2015-09-22 16:29 ` [PATCH 1/2] btrfs: check-integrity: " Luis de Bethencourt
2015-09-23  8:47   ` David Sterba
2015-09-22 16:29 ` [PATCH 2/2] btrfs: reada: Fix returned errno code Luis de Bethencourt
2015-09-23  8:42   ` David Sterba
2015-09-23  8:50 ` [PATCH 0/2] btrfs: Fix returned errno codes 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).