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:
73eafb4
)
Fix yet one more hidden-by-missing-kmap compile error.
author
adilger
<adilger>
Fri, 16 Aug 2002 20:53:08 +0000
(20:53 +0000)
committer
adilger
<adilger>
Fri, 16 Aug 2002 20:53:08 +0000
(20:53 +0000)
lustre/obdfilter/filter.c
patch
|
blob
|
history
diff --git
a/lustre/obdfilter/filter.c
b/lustre/obdfilter/filter.c
index
65e0fa1
..
c823a65
100644
(file)
--- a/
lustre/obdfilter/filter.c
+++ b/
lustre/obdfilter/filter.c
@@
-774,7
+774,7
@@
static int filter_pgcache_brw(int cmd, struct lustre_handle *conn,
retval = file->f_op->write(file, buffer,
pga[pnum].count,
&off);
- kunmap(p
ages[pnum]
);
+ kunmap(p
ga[pnum].pg
);
CDEBUG(D_INODE, "retval %ld\n", retval);
} else {
loff_t off = pga[pnum].off;
@@
-787,7
+787,7
@@
static int filter_pgcache_brw(int cmd, struct lustre_handle *conn,
retval = file->f_op->read(file, buffer,
pga[pnum].count, &off);
}
- kunmap(p
ages[pnum]
);
+ kunmap(p
ga[pnum].pg
);
if (retval != pga[pnum].count) {
filp_close(file, 0);