diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-03-23 14:40:56 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2012-03-23 14:40:56 -0400 |
commit | da82f7e755d2808ba726c9b23267d5bb23980e94 (patch) | |
tree | 16fe36b382416b4bc01edd886f3f1670c3aac4db /fs/cifs/cifsproto.h | |
parent | 597b027f694481ffeebcffe634c24b807198d46c (diff) | |
download | linux-da82f7e755d2808ba726c9b23267d5bb23980e94.tar.gz linux-da82f7e755d2808ba726c9b23267d5bb23980e94.tar.bz2 linux-da82f7e755d2808ba726c9b23267d5bb23980e94.zip |
cifs: convert cifs_iovec_write to use async writes
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
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); /* asynchronous write support */ struct cifs_writedata { struct kref refcount; + struct list_head list; + struct completion done; enum writeback_sync_modes sync_mode; struct work_struct work; struct cifsFileInfo *cfile; |