diff options
Diffstat (limited to 'fs/afs/cell.c')
-rw-r--r-- | fs/afs/cell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/cell.c b/fs/afs/cell.c index 3c090b7555ea..ca0a3cf93791 100644 --- a/fs/afs/cell.c +++ b/fs/afs/cell.c | |||
@@ -179,7 +179,7 @@ struct afs_cell *afs_cell_create(const char *name, unsigned namesz, | |||
179 | /* put it up for caching (this never returns an error) */ | 179 | /* put it up for caching (this never returns an error) */ |
180 | cell->cache = fscache_acquire_cookie(afs_cache_netfs.primary_index, | 180 | cell->cache = fscache_acquire_cookie(afs_cache_netfs.primary_index, |
181 | &afs_cell_cache_index_def, | 181 | &afs_cell_cache_index_def, |
182 | cell); | 182 | cell, true); |
183 | #endif | 183 | #endif |
184 | 184 | ||
185 | /* add to the cell lists */ | 185 | /* add to the cell lists */ |