mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
afs_PutVCache() takes a second argument, although it doesn't get used.
This commit is contained in:
parent
4e13acfe3b
commit
f9677cc5d0
@ -797,7 +797,7 @@ static int afs_linux_revalidate(struct dentry *dp)
|
|||||||
#ifdef AFS_LINUX24_ENV
|
#ifdef AFS_LINUX24_ENV
|
||||||
unlock_kernel();
|
unlock_kernel();
|
||||||
#endif
|
#endif
|
||||||
if (rootvp) afs_PutVCache(rootvp);
|
if (rootvp) afs_PutVCache(rootvp, 0);
|
||||||
AFS_GUNLOCK();
|
AFS_GUNLOCK();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user