mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
linux-no-log-in-tryflushdcachechildren-20050121
FIXES 5835 just don't log, and lock order doesn't matter
This commit is contained in:
parent
a0ce71a843
commit
76d6e43eb8
@ -684,11 +684,6 @@ afs_TryFlushDcacheChildren(struct vcache *tvc)
|
||||
while ((cur = cur->next) != head) {
|
||||
dentry = list_entry(cur, struct dentry, d_alias);
|
||||
|
||||
afs_Trace3(afs_iclSetp, CM_TRACE_TRYFLUSHDCACHECHILDREN,
|
||||
ICL_TYPE_POINTER, ip, ICL_TYPE_STRING,
|
||||
dentry->d_parent->d_name.name, ICL_TYPE_STRING,
|
||||
dentry->d_name.name);
|
||||
|
||||
if (!DCOUNT(dentry)) {
|
||||
AFS_GUNLOCK();
|
||||
DGET(dentry);
|
||||
|
Loading…
x
Reference in New Issue
Block a user