diff options
Diffstat (limited to 'fs/dlm/dlm_internal.h')
-rw-r--r-- | fs/dlm/dlm_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/dlm/dlm_internal.h b/fs/dlm/dlm_internal.h index a8d6e993697c..03ba6c4fd5c2 100644 --- a/fs/dlm/dlm_internal.h +++ b/fs/dlm/dlm_internal.h | |||
@@ -472,6 +472,8 @@ struct dlm_ls { | |||
472 | 472 | ||
473 | wait_queue_head_t ls_uevent_wait; /* user part of join/leave */ | 473 | wait_queue_head_t ls_uevent_wait; /* user part of join/leave */ |
474 | int ls_uevent_result; | 474 | int ls_uevent_result; |
475 | struct completion ls_members_done; | ||
476 | int ls_members_result; | ||
475 | 477 | ||
476 | struct miscdevice ls_device; | 478 | struct miscdevice ls_device; |
477 | 479 | ||