diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/coda/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/cache.c b/fs/coda/cache.c index fcb88fa8d2f2..11538a2b5423 100644 --- a/fs/coda/cache.c +++ b/fs/coda/cache.c | |||
@@ -43,7 +43,7 @@ void coda_cache_enter(struct inode *inode, int mask) | |||
43 | void coda_cache_clear_inode(struct inode *inode) | 43 | void coda_cache_clear_inode(struct inode *inode) |
44 | { | 44 | { |
45 | struct coda_inode_info *cii = ITOC(inode); | 45 | struct coda_inode_info *cii = ITOC(inode); |
46 | cii->c_cached_perm = 0; | 46 | cii->c_cached_epoch = atomic_read(&permission_epoch) - 1; |
47 | } | 47 | } |
48 | 48 | ||
49 | /* remove all acl caches */ | 49 | /* remove all acl caches */ |