From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965616AbbJ0UyT (ORCPT ); Tue, 27 Oct 2015 16:54:19 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:49696 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965359AbbJ0UyQ (ORCPT ); Tue, 27 Oct 2015 16:54:16 -0400 Date: Wed, 28 Oct 2015 05:54:10 +0900 From: Jens Axboe To: CC: Subject: [GIT PULL] Single blkcg fix for 4.3 Message-ID: <20151027205410.GA27101@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline X-Originating-IP: [192.168.54.13] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-10-27_16:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, One final fix that should go into 4.3. It's a simple 2x1 liner, fixing a blkcg accounting issue. It was using the wrong bio member to look at the sync and write bits... Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Tejun Heo (1): blkcg: fix incorrect read/write sync/async stat accounting include/linux/blk-cgroup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Jens Axboe