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:
86df03d
)
Fixed stupid bug, calling kunmap() on an address
author
pschwan
<pschwan>
Sun, 3 Mar 2002 08:03:03 +0000
(08:03 +0000)
committer
pschwan
<pschwan>
Sun, 3 Mar 2002 08:03:03 +0000
(08:03 +0000)
lustre/osc/osc_request.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_request.c
b/lustre/osc/osc_request.c
index
a370271
..
d9030ff
100644
(file)
--- a/
lustre/osc/osc_request.c
+++ b/
lustre/osc/osc_request.c
@@
-390,7
+390,7
@@
int osc_brw_read(struct obd_conn *conn, obd_count num_oa, struct obdo **oa,
for (j = 0; j < oa_bufs[i]; j++) {
if (bulk[n] == NULL)
continue;
- kunmap(bu
lk[n]->b_buf
);
+ kunmap(bu
f[n]
);
OBD_FREE(bulk[n], sizeof(struct ptlrpc_bulk_desc));
n++;
}