mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
DEVEL15-linux-vfsops-remove-redundant-code-20060601
FIXES 32783 remove redundancy (cherry picked from commit 3fdb1902c04153e3522e36c091b073dc7419ac65)
This commit is contained in:
parent
6654ea25ee
commit
cf9182c61f
@ -344,10 +344,8 @@ afs_put_inode(struct inode *ip)
|
||||
struct vcache *vcp = VTOAFS(ip);
|
||||
|
||||
AFS_GLOCK();
|
||||
if (VREFCOUNT(vcp) == 2) {
|
||||
if (VREFCOUNT(vcp) == 2)
|
||||
afs_InactiveVCache(vcp, NULL);
|
||||
}
|
||||
if (VREFCOUNT(vcp) == 2)
|
||||
afs_InactiveVCache(vcp, NULL);
|
||||
AFS_GUNLOCK();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user