X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2FLINUX%2Fosi_vnodeops.c;h=8223ea992acce8c954989ab713979403bbd9d21e;hp=5958e659ff1de68b32b2bb1a4c672509aa2d2735;hb=eda1b2dc39c2cafc9d9f3ae8555eb794cbfd50fb;hpb=c2805ce8af4e3232a478ee697564b97da0184ef2 diff --git a/src/afs/LINUX/osi_vnodeops.c b/src/afs/LINUX/osi_vnodeops.c index 5958e65..8223ea9 100644 --- a/src/afs/LINUX/osi_vnodeops.c +++ b/src/afs/LINUX/osi_vnodeops.c @@ -259,6 +259,8 @@ tagain: type=DT_LNK; */ /* what other types does AFS support? */ } + /* clean up from afs_FindVCache */ + afs_PutVCache(tvc, WRITE_LOCK); } code = (*filldir)(dirbuf, de->name, len, offset, ino, type); }