git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1e90eb2
)
Include afs_osidnlc.h for osi_dnlc_lookup() prototype. Apparently
author
Chas Williams
<chas@cmf.nrl.navy.mil>
Fri, 3 May 2002 20:03:34 +0000 (20:03 +0000)
committer
Garry Zacheiss
<zacheiss@mit.edu>
Fri, 3 May 2002 20:03:34 +0000 (20:03 +0000)
fixes a panic on ia64.
src/afs/LINUX/osi_vnodeops.c
patch
|
blob
|
history
diff --git
a/src/afs/LINUX/osi_vnodeops.c
b/src/afs/LINUX/osi_vnodeops.c
index
9bb463b
..
37b0e01
100644
(file)
--- a/
src/afs/LINUX/osi_vnodeops.c
+++ b/
src/afs/LINUX/osi_vnodeops.c
@@
-34,6
+34,7
@@
RCSID("$Header$");
#if defined(AFS_LINUX24_ENV)
#include "../h/smp_lock.h"
#endif
+#include "../afs/afs_osidnlc.h"
#ifdef pgoff2loff
#define pageoff(pp) pgoff2loff((pp)->index)