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 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html