Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68e989
)
- stuped typo fixed
author
alex
<alex>
Mon, 8 Sep 2003 13:17:14 +0000
(13:17 +0000)
committer
alex
<alex>
Mon, 8 Sep 2003 13:17:14 +0000
(13:17 +0000)
lustre/obdfilter/filter_io_26.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter_io_26.c
b/lustre/obdfilter/filter_io_26.c
index
e674925
..
696a9d0
100644
(file)
--- 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) {