afs_PutVCache() takes a second argument, although it doesn't get used.

This commit is contained in:
Nathan Neulinger 2002-07-29 21:45:50 +00:00 committed by Nickolai Zeldovich
parent 4e13acfe3b
commit f9677cc5d0

View File

@ -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;
} }