diff options
Diffstat (limited to 'fs/afs/cell.c')
-rw-r--r-- | fs/afs/cell.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/afs/cell.c b/fs/afs/cell.c index 175a567db78c..ccfa89f35259 100644 --- a/fs/afs/cell.c +++ b/fs/afs/cell.c | |||
@@ -265,6 +265,7 @@ struct afs_cell *afs_cell_lookup(const char *name, unsigned namesz) | |||
265 | return cell; | 265 | return cell; |
266 | } | 266 | } |
267 | 267 | ||
268 | #if 0 | ||
268 | /* | 269 | /* |
269 | * try and get a cell record | 270 | * try and get a cell record |
270 | */ | 271 | */ |
@@ -280,6 +281,7 @@ struct afs_cell *afs_get_cell_maybe(struct afs_cell *cell) | |||
280 | write_unlock(&afs_cells_lock); | 281 | write_unlock(&afs_cells_lock); |
281 | return cell; | 282 | return cell; |
282 | } | 283 | } |
284 | #endif /* 0 */ | ||
283 | 285 | ||
284 | /* | 286 | /* |
285 | * destroy a cell record | 287 | * destroy a cell record |