From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akira Hayakawa Subject: Can get the size of original bio from split bio? Date: Wed, 24 Dec 2014 06:15:38 +0900 Message-ID: <5499DB7A.5020209@gmail.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids Hi, Is it possible to access the size of the original bio from split bio in target path? AFIK, the answer is no. Am I right? I am implementing read-caching for Writeboost and found it would really help to provide threshold. - Akira