From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751986Ab1HMSzK (ORCPT ); Sat, 13 Aug 2011 14:55:10 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:34901 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751321Ab1HMSzH (ORCPT ); Sat, 13 Aug 2011 14:55:07 -0400 Date: Sat, 13 Aug 2011 14:54:53 -0400 From: Christoph Hellwig To: Tejun Heo Cc: Jens Axboe , Kay Sievers , lkml Subject: Re: [PATCH] block: add GENHD_FL_UNPARTITIONABLE Message-ID: <20110813185453.GA16933@infradead.org> References: <20110813153237.GD4254@htj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110813153237.GD4254@htj.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 13, 2011 at 05:32:37PM +0200, Tejun Heo wrote: > There are cases where suppressing partition scan is useful - e.g. for > lo devices Err, partitioning loop devices is extremly useful.