Skip to content

Commit 102d841

Browse files
committed
afs: Fix some checker issues
Remove an unused global variable and make another static as reported by make C=1. Signed-off-by: David Howells <[email protected]> cc: [email protected]
1 parent aa3398f commit 102d841

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fs/afs/volume.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
#include <linux/slab.h>
1010
#include "internal.h"
1111

12-
unsigned __read_mostly afs_volume_gc_delay = 10;
13-
unsigned __read_mostly afs_volume_record_life = 60 * 60;
12+
static unsigned __read_mostly afs_volume_record_life = 60 * 60;
1413

1514
/*
1615
* Insert a volume into a cell. If there's an existing volume record, that is

0 commit comments

Comments
 (0)