linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] cleanup write_dev_flush()
@ 2017-06-09  6:52 Anand Jain
  2017-06-09  6:52 ` [PATCH 1/2] btrfs: write_dev_flush does not return ENOMEM anymore Anand Jain
  2017-06-09  6:52 ` [PATCH 2/2] btrfs: flush error also accounts for its send error Anand Jain
  0 siblings, 2 replies; 6+ messages in thread
From: Anand Jain @ 2017-06-09  6:52 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba

Commit
 9035b5dbc576 btrfs: btrfs_io_bio_alloc never fails, skip error handling

has removed ENOMEM in write_dev_flush() so the below two patches
adds its related cleanups.

This patch is on top of
 git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-next
But without the namelen-check patches, the last commit is
 30426258414b btrfs: pass bytes to btrfs_bio_alloc

Anand Jain (2):
  btrfs: write_dev_flush does not return ENOMEM anymore
  btrfs: flush error also accounts for its send error

 fs/btrfs/disk-io.c | 99 +++++++++++++++++++-----------------------------------
 1 file changed, 35 insertions(+), 64 deletions(-)

-- 
2.8.3


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

end of thread, other threads:[~2017-06-13  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-09  6:52 [PATCH 0/2] cleanup write_dev_flush() Anand Jain
2017-06-09  6:52 ` [PATCH 1/2] btrfs: write_dev_flush does not return ENOMEM anymore Anand Jain
2017-06-12 16:14   ` David Sterba
2017-06-13  9:07     ` Anand Jain
2017-06-09  6:52 ` [PATCH 2/2] btrfs: flush error also accounts for its send error Anand Jain
2017-06-12 16:22   ` 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).