From: alex Date: Mon, 8 Sep 2003 13:17:14 +0000 (+0000) Subject: - stuped typo fixed X-Git-Tag: v1_7_0_51~2^7~578 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b4581d95494186c5c71af9252283532eddbfd4ca;p=fs%2Flustre-release.git - stuped typo fixed --- diff --git a/lustre/obdfilter/filter_io_26.c b/lustre/obdfilter/filter_io_26.c index e674925..696a9d0 100644 --- a/lustre/obdfilter/filter_io_26.c +++ b/lustre/obdfilter/filter_io_26.c @@ -173,7 +173,7 @@ int filter_commitrw_write(struct obd_export *exp, int objcount, } /* time to wait for I/O completion */ - wait_event(dreq->wait, atomic_read(&dreq->numreqs) == 1); + wait_event(dreq->wait, atomic_read(&dreq->numreqs) == 0); /* free all bios */ while (dreq->bio_list) {