git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
eea3bf3
)
Undo need-prototype-for-osi-dnlc-lookup-20020503, as it created
author
Nickolai Zeldovich
<kolya@mit.edu>
Mon, 6 May 2002 08:13:10 +0000 (08:13 +0000)
committer
Nickolai Zeldovich
<kolya@mit.edu>
Mon, 6 May 2002 08:13:10 +0000 (08:13 +0000)
double inclusion of afs_osidnlc.h.
An equivalent patch was already present in the mainline as part of
linux-dcache-inconsistency-fix-
20020115
, but its pullup to the stable
branch, STABLE12-linux-dcache-inconsistency-fix-
20020120
, was oddly
missing this particular part of the diff.
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
37b0e01
..
9bb463b
100644
(file)
--- a/
src/afs/LINUX/osi_vnodeops.c
+++ b/
src/afs/LINUX/osi_vnodeops.c
@@
-34,7
+34,6
@@
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)