From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:41882 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202AbcGYHsr (ORCPT ); Mon, 25 Jul 2016 03:48:47 -0400 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u6P7hhwv031725 for ; Mon, 25 Jul 2016 03:48:46 -0400 Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com [195.75.94.111]) by mx0a-001b2d01.pphosted.com with ESMTP id 24c2wepvx2-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 25 Jul 2016 03:48:45 -0400 Received: from localhost by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 25 Jul 2016 08:48:43 +0100 From: Laurent Dufour Subject: About the patch " block: flush writeback dwork before detaching a bdev inode from it" To: Jan Kara Cc: Tejun Heo , Jens Axboe , Andrey Ryabinin , Alexander Viro , "linux-fsdevel@vger.kernel.org" , LKML , syzkaller , Kostya Serebryany , Alexander Potapenko , Ilya Dryomov , Dmitry Vyukov , kernel-team@fb.com, Ted Tso Date: Mon, 25 Jul 2016 09:48:37 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Message-Id: <17876c16-dd1f-1f75-f41f-4e13ba7527c0@linux.vnet.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Jan, This is about the patch "block: flush writeback dwork before detaching a bdev inode from it" you sent a month ago to fix a panic hit by Dimitry: https://patchwork.kernel.org/patch/9187409/ We hit the same issue on our side, and gave your patch a try, and it fixed the issue. Is there any chance to get this patch accepted upstream ? Cheers, Laurent.