Re: [RFC PATCH v2] support ioctl for tunable user request

From: Christoph Hellwig
Date: Mon Sep 05 2011 - 08:18:52 EST


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---
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/