diff options
Diffstat (limited to 'fs/dcookies.c')
-rw-r--r-- | fs/dcookies.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/dcookies.c b/fs/dcookies.c index ef758cfa5565..8749339bf4f6 100644 --- a/fs/dcookies.c +++ b/fs/dcookies.c | |||
@@ -38,9 +38,9 @@ struct dcookie_struct { | |||
38 | 38 | ||
39 | static LIST_HEAD(dcookie_users); | 39 | static LIST_HEAD(dcookie_users); |
40 | static DEFINE_MUTEX(dcookie_mutex); | 40 | static DEFINE_MUTEX(dcookie_mutex); |
41 | static kmem_cache_t * dcookie_cache; | 41 | static kmem_cache_t *dcookie_cache __read_mostly; |
42 | static struct list_head * dcookie_hashtable; | 42 | static struct list_head *dcookie_hashtable __read_mostly; |
43 | static size_t hash_size; | 43 | static size_t hash_size __read_mostly; |
44 | 44 | ||
45 | static inline int is_live(void) | 45 | static inline int is_live(void) |
46 | { | 46 | { |