summaryrefslogtreecommitdiff
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2012-03-23 18:40:55 (GMT)
committerJeff Layton <jlayton@redhat.com>2012-03-23 18:40:55 (GMT)
commitfe5f5d2e908957392aebbb852a6fb22885860d4b (patch)
treeac9b490eebb50463a14cda8b8bfc654aef78265d /fs/cifs/cifsproto.h
parentda472fc847e9d8c9da69b09ce0ab975b24f9b894 (diff)
downloadlinux-fsl-qoriq-fe5f5d2e908957392aebbb852a6fb22885860d4b.tar.xz
cifs: add pid field to cifs_writedata
We'll need this to handle rwpidforward option correctly when we use async writes in the aio_write op. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 95ee5a6..9e68340 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -487,6 +487,7 @@ struct cifs_writedata {
struct work_struct work;
struct cifsFileInfo *cfile;
__u64 offset;
+ pid_t pid;
unsigned int bytes;
int result;
unsigned int nr_pages;