Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753504AbZAEJSl (ORCPT ); Mon, 5 Jan 2009 04:18:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751907AbZAEJS1 (ORCPT ); Mon, 5 Jan 2009 04:18:27 -0500 Received: from brick.kernel.dk ([93.163.65.50]:26300 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751821AbZAEJS0 (ORCPT ); Mon, 5 Jan 2009 04:18:26 -0500 Date: Mon, 5 Jan 2009 10:17:22 +0100 From: Jens Axboe To: Jiri Kosina Cc: Alberto Bertogli , linux-kernel@vger.kernel.org, trivial@kernel.org, corbet@lwn.net Subject: Re: [PATCH] Fix small typo in bio.h's documentation Message-ID: <20090105091722.GG32491@kernel.dk> References: <1230591376-9001-1-git-send-email-albertito@blitiri.com.ar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1394 Lines: 37 On Sun, Jan 04 2009, Jiri Kosina wrote: > On Mon, 29 Dec 2008, Alberto Bertogli wrote: > > > Signed-off-by: Alberto Bertogli > > --- > > include/linux/bio.h | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/include/linux/bio.h b/include/linux/bio.h > > index 6a64209..b29e2b3 100644 > > --- a/include/linux/bio.h > > +++ b/include/linux/bio.h > > @@ -135,7 +135,7 @@ struct bio { > > * bit 1 -- rw-ahead when set > > * bit 2 -- barrier > > * Insert a serialization point in the IO queue, forcing previously > > - * submitted IO to be completed before this oen is issued. > > + * submitted IO to be completed before this one is issued. > > * bit 3 -- synchronous I/O hint: the block layer will unplug immediately > > * Note that this does NOT indicate that the IO itself is sync, just > > * that the block layer will not postpone issue of this IO by plugging. > > -- > > 1.6.1.302.gccd4d > > Has anyone merged this patch through his tree (Jens or Documentation > people?). If not, I will take it through trivial tree. I'll throw it in, thanks Alberto! -- Jens Axboe -- 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/