aboutsummaryrefslogtreecommitdiffstats
path: root/fs/autofs4/autofs_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r--fs/autofs4/autofs_i.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h
index 69b1497b0029..2dce2334737d 100644
--- a/fs/autofs4/autofs_i.h
+++ b/fs/autofs4/autofs_i.h
@@ -52,6 +52,7 @@ struct autofs_info {
52 52
53 int flags; 53 int flags;
54 54
55 struct list_head active;
55 struct list_head expiring; 56 struct list_head expiring;
56 57
57 struct autofs_sb_info *sbi; 58 struct autofs_sb_info *sbi;
@@ -113,6 +114,7 @@ struct autofs_sb_info {
113 spinlock_t fs_lock; 114 spinlock_t fs_lock;
114 struct autofs_wait_queue *queues; /* Wait queue pointer */ 115 struct autofs_wait_queue *queues; /* Wait queue pointer */
115 spinlock_t lookup_lock; 116 spinlock_t lookup_lock;
117 struct list_head active_list;
116 struct list_head expiring_list; 118 struct list_head expiring_list;
117}; 119};
118 120