From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753066Ab1IEMSw (ORCPT ); Mon, 5 Sep 2011 08:18:52 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:41582 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752961Ab1IEMSr (ORCPT ); Mon, 5 Sep 2011 08:18:47 -0400 Date: Mon, 5 Sep 2011 08:18:40 -0400 From: Christoph Hellwig To: Kyungmin Park Cc: Christoph Hellwig , Jens Axboe , Jaehoon Chung , "linux-kernel@vger.kernel.org" , Arnd Bergmann , Arnd Bergmann , Lin Ming Subject: Re: [RFC PATCH v2] support ioctl for tunable user request Message-ID: <20110905121840.GA4768@infradead.org> References: <4E5B4AAF.2040101@samsung.com> <4E5B65C6.6070300@samsung.com> <20110905091540.GA22014@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Mon, Sep 05, 2011 at 08:47:58PM +0900, Kyungmin Park wrote: > The concept is similar with DISCARD request except no-wait for request complete > > #define REQ_DISCARD (1 << __REQ_DISCARD) > +#define REQ_TUNE (1 << __REQ_TUNE) > > As it's hard to detect the idle time at device level, user send the > tune request to device when idle. But what does a "tune" request actually do? It's an overly generic term, but I still can't even think of what it would do to a storage device, nor why it would be a generic block layer concept. > > Thank you, > Kyungmin Park ---end quoted text---