diff --git a/fs/coda/cache.c b/fs/coda/cache.c index fcb88fa8d2f2f0fdd045de83fcdd8f733e970474..11538a2b54230f207cafce906ea0716f53d2791f 100644 --- a/fs/coda/cache.c +++ b/fs/coda/cache.c @@ -43,7 +43,7 @@ void coda_cache_enter(struct inode *inode, int mask) void coda_cache_clear_inode(struct inode *inode) { struct coda_inode_info *cii = ITOC(inode); - cii->c_cached_perm = 0; + cii->c_cached_epoch = atomic_read(&permission_epoch) - 1; } /* remove all acl caches */