diff options
Diffstat (limited to 'fs/afs/server.c')
-rw-r--r-- | fs/afs/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/afs/server.c b/fs/afs/server.c index 231ae4150279..28f2451419e1 100644 --- a/fs/afs/server.c +++ b/fs/afs/server.c | |||
@@ -13,7 +13,7 @@ | |||
13 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
14 | #include "internal.h" | 14 | #include "internal.h" |
15 | 15 | ||
16 | unsigned afs_server_timeout = 10; /* server timeout in seconds */ | 16 | static unsigned afs_server_timeout = 10; /* server timeout in seconds */ |
17 | 17 | ||
18 | static void afs_reap_server(struct work_struct *); | 18 | static void afs_reap_server(struct work_struct *); |
19 | 19 | ||