diff options
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 5d90ed3b4b43..4b40cbc71e9b 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -52,6 +52,8 @@ struct autofs_info { | |||
52 | 52 | ||
53 | int flags; | 53 | int flags; |
54 | 54 | ||
55 | struct completion expire_complete; | ||
56 | |||
55 | struct list_head active; | 57 | struct list_head active; |
56 | struct list_head expiring; | 58 | struct list_head expiring; |
57 | 59 | ||
@@ -69,6 +71,7 @@ struct autofs_info { | |||
69 | }; | 71 | }; |
70 | 72 | ||
71 | #define AUTOFS_INF_EXPIRING (1<<0) /* dentry is in the process of expiring */ | 73 | #define AUTOFS_INF_EXPIRING (1<<0) /* dentry is in the process of expiring */ |
74 | #define AUTOFS_INF_MOUNTPOINT (1<<1) /* mountpoint status for direct expire */ | ||
72 | 75 | ||
73 | struct autofs_wait_queue { | 76 | struct autofs_wait_queue { |
74 | wait_queue_head_t queue; | 77 | wait_queue_head_t queue; |