From: Nickolai Zeldovich Date: Mon, 6 May 2002 08:13:10 +0000 (+0000) Subject: Undo need-prototype-for-osi-dnlc-lookup-20020503, as it created X-Git-Tag: openafs-devel_1_3_3~135 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=6aae6c02849dfed30fab3a407ff445353f1c5e31 Undo need-prototype-for-osi-dnlc-lookup-20020503, as it created 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. --- diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index 37b0e01..9bb463b 100644 --- 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)