mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
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:
parent
beda84b831
commit
315191f6d4
@ -730,7 +730,8 @@ out_valid:
|
||||
return 1;
|
||||
|
||||
out_bad:
|
||||
d_drop(dp);
|
||||
/* d_drop(dp); Let cached_lookup do this so shrink_dcache_parent
|
||||
is called */
|
||||
#ifdef AFS_LINUX24_ENV
|
||||
unlock_kernel();
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user