diff options
-rw-r--r-- | fs/afs/volume.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/afs/volume.c b/fs/afs/volume.c index 1a414300b654..92ca5e27573b 100644 --- a/fs/afs/volume.c +++ b/fs/afs/volume.c | |||
@@ -12,8 +12,6 @@ | |||
12 | unsigned __read_mostly afs_volume_gc_delay = 10; | 12 | unsigned __read_mostly afs_volume_gc_delay = 10; |
13 | unsigned __read_mostly afs_volume_record_life = 60 * 60; | 13 | unsigned __read_mostly afs_volume_record_life = 60 * 60; |
14 | 14 | ||
15 | static const char *const afs_voltypes[] = { "R/W", "R/O", "BAK" }; | ||
16 | |||
17 | /* | 15 | /* |
18 | * Allocate a volume record and load it up from a vldb record. | 16 | * Allocate a volume record and load it up from a vldb record. |
19 | */ | 17 | */ |