diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 57ce6f834220..96192c1e380a 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -483,6 +483,8 @@ int cifs_async_readv(struct cifs_readdata *rdata); | |||
483 | /* asynchronous write support */ | 483 | /* asynchronous write support */ |
484 | struct cifs_writedata { | 484 | struct cifs_writedata { |
485 | struct kref refcount; | 485 | struct kref refcount; |
486 | struct list_head list; | ||
487 | struct completion done; | ||
486 | enum writeback_sync_modes sync_mode; | 488 | enum writeback_sync_modes sync_mode; |
487 | struct work_struct work; | 489 | struct work_struct work; |
488 | struct cifsFileInfo *cfile; | 490 | struct cifsFileInfo *cfile; |