From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl0-f66.google.com ([209.85.160.66]:36164 "EHLO mail-pl0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753433AbdLSXmV (ORCPT ); Tue, 19 Dec 2017 18:42:21 -0500 Received: by mail-pl0-f66.google.com with SMTP id b12so7930533plm.3 for ; Tue, 19 Dec 2017 15:42:21 -0800 (PST) Date: Tue, 19 Dec 2017 15:42:19 -0800 From: Omar Sandoval Subject: Re: [PATCH blktests] block/013: Add test for BLKRRPART ioctl Message-ID: <20171219234219.GA10242@vader.DHCP.thefacebook.com> References: <20171204182953.GA16308@vader.DHCP.thefacebook.com> <1513679423-13067-1-git-send-email-yangx.jy@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1513679423-13067-1-git-send-email-yangx.jy@cn.fujitsu.com> Sender: fstests-owner@vger.kernel.org To: xiao yang Cc: eguan@redhat.com, fstests@vger.kernel.org, linux-block@vger.kernel.org List-ID: On Tue, Dec 19, 2017 at 06:30:23PM +0800, xiao yang wrote: > If the entire block device is formatted with a filesystem and > mounted, running "blockdev --rereadpt" should fail and return > EBUSY instead of pass. > > Signed-off-by: xiao yang Thanks, applied (with some slight modifications to make it easier to diagnose a failure).