Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756778AbYFYLaR (ORCPT ); Wed, 25 Jun 2008 07:30:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754247AbYFYLaE (ORCPT ); Wed, 25 Jun 2008 07:30:04 -0400 Received: from nebensachen.de ([195.34.83.29]:35102 "EHLO mail.nebensachen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752901AbYFYLaC (ORCPT ); Wed, 25 Jun 2008 07:30:02 -0400 X-Hashcash: 1:20:080625:bzolnier@gmail.com::rhON971E7hZOdpMW:00000000000000000000000000000000000000000003EhC X-Hashcash: 1:20:080625:alan@lxorguk.ukuu.org.uk::J31t5e9H3yqig4yq:00000000000000000000000000000000000005Rkg X-Hashcash: 1:20:080625:linux-ide@vger.kernel.org::TmvWhsVCWobp+oxf:00000000000000000000000000000000000004is X-Hashcash: 1:20:080625:linux-kernel@vger.kernel.org::iCE2p4R5XIglO2F1:0000000000000000000000000000000002Ghn X-Hashcash: 1:20:080625:randy.dunlap@oracle.com::BnUKca+Hc+nVld2Q:0000000000000000000000000000000000000032UR From: Elias Oltmanns To: "Bartlomiej Zolnierkiewicz" Cc: "Alan Cox" , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, "Randy Dunlap" Subject: [PATCH 3/4 v2] Update documentation of HDIO_DRIVE_RESET ioctl References: <87k5gmz596.fsf@denkblock.local> <200806240041.42796.bzolnier@gmail.com> <87skv3s3d9.fsf@denkblock.local> <200806241306.42054.bzolnier@gmail.com> <20080624133218.6bccab75@lxorguk.ukuu.org.uk> <58cb370e0806240621g61370f56j660e31790dad89c3@mail.gmail.com> <20080624143548.24dcf511@lxorguk.ukuu.org.uk> <58cb370e0806240719o4a70537p4a6fb64e9086e2d8@mail.gmail.com> <87k5gdn4fq.fsf@denkblock.local> Date: Wed, 25 Jun 2008 13:29:52 +0200 In-Reply-To: <87k5gdn4fq.fsf@denkblock.local> (Elias Oltmanns's message of "Wed, 25 Jun 2008 13:23:53 +0200") Message-ID: <8763rxn45r.fsf_-_@denkblock.local> User-Agent: Gnus/5.110007 (No Gnus v0.7) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1162 Lines: 31 Alter the entry for HDIO_DRIVE_RESET in Documentation/ioctl/hdio.txt to reflect a functional change in the driver. Besides, the entry has been inaccurate before. Signed-off-by: Elias Oltmanns --- Documentation/ioctl/hdio.txt | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/ioctl/hdio.txt b/Documentation/ioctl/hdio.txt index c19efde..44d283d 100644 --- a/Documentation/ioctl/hdio.txt +++ b/Documentation/ioctl/hdio.txt @@ -511,9 +511,8 @@ HDIO_DRIVE_RESET execute a device reset notes: - Abort any current command, prevent anything else from being - queued, execute a reset on the device, and issue BLKRRPART - ioctl on the block device. + Execute a reset on the device as soon as the current IO + operation has completed. Executes an ATAPI soft reset if applicable, otherwise executes an ATA soft reset on the controller. -- 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/