From: Derrick Brashear Date: Thu, 9 Oct 2008 19:54:31 +0000 (+0000) Subject: STABLE14-solaris-gop-lookupname-20081009 X-Git-Tag: openafs-stable-1_4_8pre3~20 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=54e2d24d6bd5d6868dac259c9037d70eb0feb2a8;p=packages%2Fo%2Fopenafs.git STABLE14-solaris-gop-lookupname-20081009 LICENSE IPL10 add missing gop_lookupname macro for solaris (cherry picked from commit 2e15aa2b261f49a1d6648c36a34300cade3c968c) --- diff --git a/src/afs/SOLARIS/osi_machdep.h b/src/afs/SOLARIS/osi_machdep.h index fe50f501c..373fe34cf 100644 --- a/src/afs/SOLARIS/osi_machdep.h +++ b/src/afs/SOLARIS/osi_machdep.h @@ -59,6 +59,8 @@ extern void *afs_osi_Alloc_NoSleep(size_t size); #define osi_vnhold(avc, r) do { VN_HOLD(AFSTOV(avc)); } while(0) #define gop_rdwr(rw,gp,base,len,offset,segflg,ioflag,ulimit,cr,aresid) \ vn_rdwr((rw),(gp),(base),(len),(offset),(segflg),(ioflag),(ulimit),(cr),(aresid)) +#define gop_lookupname(fnamep,segflg,followlink,compvpp) \ + lookupname((fnamep),(segflg),(followlink),NULL,(compvpp)) #if defined(AFS_SUN510_ENV)