git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0304373
)
irix-PFLUSHINVAL-should-be-VOP-FLUSHINVAL-PAGES-20011111
author
Chas Williams
<chas@cmf.nrl.navy.mil>
Sun, 11 Nov 2001 17:11:06 +0000 (17:11 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Sun, 11 Nov 2001 17:11:06 +0000 (17:11 +0000)
Based on suggestions from gwehrman@sgi.com
src/afs/IRIX/osi_vfs.h
patch
|
blob
|
history
diff --git
a/src/afs/IRIX/osi_vfs.h
b/src/afs/IRIX/osi_vfs.h
index
0847b80
..
d0225ed
100644
(file)
--- a/
src/afs/IRIX/osi_vfs.h
+++ b/
src/afs/IRIX/osi_vfs.h
@@
-88,7
+88,7
@@
extern off_t VnodeToSize(vnode_t *vp);
*/
#ifdef AFS_SGI65_ENV
#define PTOSSVP(vp, off, len) VOP_TOSS_PAGES((vp), (off), (len), 0)
-#define PFLUSHINVALVP(vp, off, len) VOP_INVALFREE_PAGES((vp), (len))
+#define PFLUSHINVALVP(vp, off, len) VOP_FLUSHINVAL_PAGES((vp), (off), (len), 0)
#define PFLUSHVP(vp, len, flags, code) \
VOP_FLUSH_PAGES((vp), 0, (len), (flags), 0, code)
#define PINVALFREE(vp, off) VOP_INVALFREE_PAGES((vp), (off))