Re: [RFC PATCH 06/17] btrfs: make use of immutable biovecs

2014-12-23 Thread Dongsu Park
On 23.12.2014 02:35, Christoph Hellwig wrote: > This seems like it could be applied without the rest of the series, > right? Might be worth to get it into the btrfs tree ASAP? Ah, you're right. While patch #5 must be in this series, patch #6 does not necessarily have to be included. This conversi

Re: [RFC PATCH 06/17] btrfs: make use of immutable biovecs

2014-12-23 Thread Christoph Hellwig
This seems like it could be applied without the rest of the series, right? Might be worth to get it into the btrfs tree ASAP? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel

[RFC PATCH 06/17] btrfs: make use of immutable biovecs

2014-12-22 Thread Dongsu Park
From: Kent Overstreet Make use of the new API for immutable biovecs, instead of iterating bi_io_vec[] manually just like done in the old era. That means, e.g. calling bio_for_each_segment() by passing bvec and iter literally, using bio_advance_iter() for looking up the next range of biovec. This