diff options
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r-- | fs/dlm/dlm_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index ee993c5c2307..61d93201e1b2 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -526,6 +526,7 @@ struct dlm_user_proc { | |||
526 | spinlock_t asts_spin; | 526 | spinlock_t asts_spin; |
527 | struct list_head locks; | 527 | struct list_head locks; |
528 | spinlock_t locks_spin; | 528 | spinlock_t locks_spin; |
529 | struct list_head unlocking; | ||
529 | wait_queue_head_t wait; | 530 | wait_queue_head_t wait; |
530 | }; | 531 | }; |
531 | 532 | ||