diff options
Diffstat (limited to 'fs/afs/proc.c')
-rw-r--r-- | fs/afs/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/proc.c b/fs/afs/proc.c index 6edb56683b9a..846c7615ac9e 100644 --- a/fs/afs/proc.c +++ b/fs/afs/proc.c | |||
@@ -513,7 +513,7 @@ static void afs_proc_cell_volumes_stop(struct seq_file *p, void *v) | |||
513 | up_read(&cell->vl_sem); | 513 | up_read(&cell->vl_sem); |
514 | } | 514 | } |
515 | 515 | ||
516 | const char afs_vlocation_states[][4] = { | 516 | static const char afs_vlocation_states[][4] = { |
517 | [AFS_VL_NEW] = "New", | 517 | [AFS_VL_NEW] = "New", |
518 | [AFS_VL_CREATING] = "Crt", | 518 | [AFS_VL_CREATING] = "Crt", |
519 | [AFS_VL_VALID] = "Val", | 519 | [AFS_VL_VALID] = "Val", |