From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752964AbbIWRyX (ORCPT ); Wed, 23 Sep 2015 13:54:23 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:53127 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752760AbbIWRyR (ORCPT ); Wed, 23 Sep 2015 13:54:17 -0400 Date: Wed, 23 Sep 2015 13:53:37 -0400 From: Chris Mason To: Artem Bityutskiy CC: , , , Tejun Heo , "Theodore Ts'o" , , , , , , Subject: Re: [PATCH 2/2] ext4: implement cgroup writeback support Message-ID: <20150923175337.GD25218@ret.masoncoding.com> Mail-Followup-To: Chris Mason , Artem Bityutskiy , linux-ext4@vger.kernel.org, hannes@cmpxchg.org, axboe@kernel.dk, Tejun Heo , Theodore Ts'o , linux-fsdevel@vger.kernel.org, lizefan@huawei.com, cgroups@vger.kernel.org, adilger.kernel@dilger.ca, kernel-team@fb.com, linux-kernel@vger.kernel.org References: <1434495193-31182-1-git-send-email-tj@kernel.org> <1434495193-31182-3-git-send-email-tj@kernel.org> <20150722035620.GD2944@thunk.org> <1443012552.19983.209.camel@gmail.com> <20150923172535.GC25218@ret.masoncoding.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1 (2014-03-12) X-Originating-IP: [192.168.52.123] X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-09-23_07:2015-09-23,2015-09-23,1970-01-01 signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 23, 2015 at 08:41:25PM +0300, Artem Bityutskiy wrote: > Hi > > $ sync > $ reboot If this is case, it should be possible to reproduce with: cp a bunch of stuff to /ext4 unmount /ext4 mount ext4 compare data If you're not getting a clean unmount of the test FS during the reboot, its a different test. Trying to reproduce here, so far its clean. Could you please double check for failed unmounts? Thanks, Chris