linux-dont-d-drop-in-revalidate-20010416

calling d_drop ends up precluding shrink_dcache_parent; don't call it
This commit is contained in:
Chaskiel M Grundman 2001-04-16 19:11:04 +00:00 committed by Derrick Brashear
parent beda84b831
commit 315191f6d4

View File

@ -730,7 +730,8 @@ out_valid:
return 1; return 1;
out_bad: out_bad:
d_drop(dp); /* d_drop(dp); Let cached_lookup do this so shrink_dcache_parent
is called */
#ifdef AFS_LINUX24_ENV #ifdef AFS_LINUX24_ENV
unlock_kernel(); unlock_kernel();
#endif #endif