From 48bddf69d84506086a474d5f7364a07eafb17354 Mon Sep 17 00:00:00 2001 From: Nikanth Karthikesan Date: Wed, 22 Apr 2009 13:38:58 +0530 Subject: [PATCH] --- yaml --- r: 149435 b: refs/heads/master c: 76d93ff344f547c633fd7b2ee6511bad82c4616f h: refs/heads/master i: 149433: 7c6975fc439d5bce503f80e3c89ac21a3bd868fb 149431: 20f8c7934f67f3468141715a45158b9af85b93c9 v: v3 --- [refs] | 2 +- trunk/fs/bio.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a3c3dfc346a7..cdf1aa529f46 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27af1da4b58675d5c6bacf9b7de9c2746687d272 +refs/heads/master: 76d93ff344f547c633fd7b2ee6511bad82c4616f diff --git a/trunk/fs/bio.c b/trunk/fs/bio.c index 59000215e59b..5f80848c320c 100644 --- a/trunk/fs/bio.c +++ b/trunk/fs/bio.c @@ -358,9 +358,9 @@ static void bio_kmalloc_destructor(struct bio *bio) * * If %__GFP_WAIT is set, then bio_alloc will always be able to allocate * a bio. This is due to the mempool guarantees. To make this work, callers - * must never allocate more than 1 bio at the time from this pool. Callers + * must never allocate more than 1 bio at a time from this pool. Callers * that need to allocate more than 1 bio must always submit the previously - * allocate bio for IO before attempting to allocate a new one. Failure to + * allocated bio for IO before attempting to allocate a new one. Failure to * do so can cause livelocks under memory pressure. * **/