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


Groups > linux.kernel > #1230446

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

From Luis de Bethencourt <luisbg@osg.samsung.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] btrfs: Fix returned errno codes
Date 2015-09-22 18:30 +0200
Message-ID <qbyC5-2cv-19@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] btrfs: Fix returned errno codes Luis de Bethencourt <luisbg@osg.samsung.com> - 2015-09-22 18:30 +0200
  [PATCH 1/2] btrfs: check-integrity: Fix returned errno codes Luis de Bethencourt <luisbg@osg.samsung.com> - 2015-09-22 18:40 +0200
    Re: [PATCH 1/2] btrfs: check-integrity: Fix returned errno codes David Sterba <dsterba@suse.cz> - 2015-09-23 10:50 +0200
  Re: [PATCH 0/2] btrfs: Fix returned errno codes David Sterba <dsterba@suse.cz> - 2015-09-23 11:00 +0200

csiph-web