diff options
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index c3d352d7fa93..69b1497b0029 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -52,7 +52,7 @@ struct autofs_info { | |||
52 | 52 | ||
53 | int flags; | 53 | int flags; |
54 | 54 | ||
55 | struct list_head rehash; | 55 | struct list_head expiring; |
56 | 56 | ||
57 | struct autofs_sb_info *sbi; | 57 | struct autofs_sb_info *sbi; |
58 | unsigned long last_used; | 58 | unsigned long last_used; |
@@ -112,8 +112,8 @@ struct autofs_sb_info { | |||
112 | struct mutex wq_mutex; | 112 | struct mutex wq_mutex; |
113 | spinlock_t fs_lock; | 113 | spinlock_t fs_lock; |
114 | struct autofs_wait_queue *queues; /* Wait queue pointer */ | 114 | struct autofs_wait_queue *queues; /* Wait queue pointer */ |
115 | spinlock_t rehash_lock; | 115 | spinlock_t lookup_lock; |
116 | struct list_head rehash_list; | 116 | struct list_head expiring_list; |
117 | }; | 117 | }; |
118 | 118 | ||
119 | static inline struct autofs_sb_info *autofs4_sbi(struct super_block *sb) | 119 | static inline struct autofs_sb_info *autofs4_sbi(struct super_block *sb) |