mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 00:41:08 +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
|
||||
unlock_kernel();
|
||||
#endif
|
||||
if (rootvp) afs_PutVCache(rootvp);
|
||||
if (rootvp) afs_PutVCache(rootvp, 0);
|
||||
AFS_GUNLOCK();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user