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:
a230c97
)
- rebase b_io against HEAD in preparation for the latest write cache code
author
zab
<zab>
Sat, 15 Feb 2003 20:21:59 +0000
(20:21 +0000)
committer
zab
<zab>
Sat, 15 Feb 2003 20:21:59 +0000
(20:21 +0000)
lustre/llite/iod.c
patch
|
blob
|
history
diff --git
a/lustre/llite/iod.c
b/lustre/llite/iod.c
index
faf465f
..
0bc1166
100644
(file)
--- a/
lustre/llite/iod.c
+++ b/
lustre/llite/iod.c
@@
-334,7
+334,7
@@
static int bulk_flush_pages(
set->brw_callback = ll_brw_sync_wait;
rc = obd_brw(OBD_BRW_WRITE, ll_i2obdconn(inode),
- ll_i2info(inode)->lli_smd, npgs, pgs, set);
+ ll_i2info(inode)->lli_smd, npgs, pgs, set
, NULL
);
if (rc) {
CERROR("error from obd_brw: rc = %d\n", rc);
} else {