Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759732AbZDHOd0 (ORCPT ); Wed, 8 Apr 2009 10:33:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753946AbZDHOdN (ORCPT ); Wed, 8 Apr 2009 10:33:13 -0400 Received: from rtr.ca ([76.10.145.34]:51594 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752080AbZDHOdL (ORCPT ); Wed, 8 Apr 2009 10:33:11 -0400 Message-ID: <49DCB5A5.7040100@rtr.ca> Date: Wed, 08 Apr 2009 10:33:09 -0400 From: Mark Lord Organization: Real-Time Remedies Inc. User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: Matthew Wilcox Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, jgarzik@redhat.com, David Woodhouse Subject: Re: [PATCH 4/5] ide: Add support for TRIM References: <1238683047-13588-1-git-send-email-willy@linux.intel.com> <1238683047-13588-2-git-send-email-willy@linux.intel.com> <1238683047-13588-3-git-send-email-willy@linux.intel.com> <1238683047-13588-4-git-send-email-willy@linux.intel.com> In-Reply-To: <1238683047-13588-4-git-send-email-willy@linux.intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1014 Lines: 30 Matthew Wilcox wrote: > From: David Woodhouse > > Signed-off-by: David Woodhouse > [modified to reduce amount of special casing needed for discard] > Signed-off-by: Matthew Wilcox > --- .. > + task->tf.command = ATA_CMD_DSM; > + task->tf.feature = ATA_DSM_TRIM; > + task->tf.hob_feature = 0x00; > + task->tf.nsect = size / 512; > + task->tf.hob_nsect = (size / 512) >> 8; .. Matthew (or others), Could you perhaps explain what the purpose of the data portion of this command is for? The draft ATA spec I have here has mangled text in the description -- like it's missing a crucial sentence there. So it's not obvious exactly why this command even needs data to be transfered. Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/