diff options
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index da8882ff31e6..058e1800caec 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -84,7 +84,7 @@ struct autofs_wait_queue { | |||
84 | pid_t tgid; | 84 | pid_t tgid; |
85 | /* This is for status reporting upon return */ | 85 | /* This is for status reporting upon return */ |
86 | int status; | 86 | int status; |
87 | atomic_t wait_ctr; | 87 | unsigned int wait_ctr; |
88 | }; | 88 | }; |
89 | 89 | ||
90 | #define AUTOFS_SBI_MAGIC 0x6d4a556d | 90 | #define AUTOFS_SBI_MAGIC 0x6d4a556d |