]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-need-prototype-for-osi-dnlc-lookup-20020503
authorChas Williams <chas@cmf.nrl.navy.mil>
Mon, 6 May 2002 17:21:42 +0000 (17:21 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 6 May 2002 17:21:42 +0000 (17:21 +0000)
Include afs_osidnlc.h for osi_dnlc_lookup() prototype.  Apparently
fixes a panic on ia64.

src/afs/LINUX/osi_vnodeops.c

index 3b618d3f7bab9e5facfa7813ab10ce673f7f54eb..7962e6886d6c36cf4abf8854fe6a6c6b5c4fdba8 100644 (file)
@@ -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)