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:
42ffc3a
)
- put in initial lov obd plug/async/unplug APIs. for now its giving
author
zab
<zab>
Mon, 28 Jul 2003 20:49:56 +0000
(20:49 +0000)
committer
zab
<zab>
Mon, 28 Jul 2003 20:49:56 +0000
(20:49 +0000)
the stripe to the osc via an explicit loi argument. this will be
refactored when the refactoring described in 314 arrives.
lustre/llite/rw24.c
patch
|
blob
|
history
diff --git
a/lustre/llite/rw24.c
b/lustre/llite/rw24.c
index
d6099ec
..
feddd3b
100644
(file)
--- a/
lustre/llite/rw24.c
+++ b/
lustre/llite/rw24.c
@@
-286,7
+286,7
@@
static int ll_writepage_24(struct page *page)
ocp->ocp_flag = OBD_BRW_CREATE|OBD_BRW_FROM_GRANT;
rc = obd_brw_async_ocp(OBD_BRW_WRITE, exp, &oa,
- ll_i2info(inode)->lli_smd, ocp, NULL);
+ ll_i2info(inode)->lli_smd,
NULL,
ocp, NULL);
out:
class_export_put(exp);