diff options
author | Pavel Shilovsky <piastry@etersoft.ru> | 2012-03-23 14:28:02 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2012-03-23 14:28:02 -0400 |
commit | d4e4854fd1c85ac8ba4d6de39703e07704754b85 (patch) | |
tree | 96cbc43691d2bbef4a03087a3d1ac8c26ffff827 /fs/cifs/cifsglob.h | |
parent | 792af7b05b8a78def080ec757a4d4420b9fd0cc2 (diff) |
CIFS: Separate protocol-specific code from demultiplex code
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index c3c7d7c46220..34a897e3d225 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -730,7 +730,7 @@ struct mid_q_entry { | |||
730 | mid_receive_t *receive; /* call receive callback */ | 730 | mid_receive_t *receive; /* call receive callback */ |
731 | mid_callback_t *callback; /* call completion callback */ | 731 | mid_callback_t *callback; /* call completion callback */ |
732 | void *callback_data; /* general purpose pointer for callback */ | 732 | void *callback_data; /* general purpose pointer for callback */ |
733 | struct smb_hdr *resp_buf; /* pointer to received SMB header */ | 733 | void *resp_buf; /* pointer to received SMB header */ |
734 | int midState; /* wish this were enum but can not pass to wait_event */ | 734 | int midState; /* wish this were enum but can not pass to wait_event */ |
735 | __u8 command; /* smb command code */ | 735 | __u8 command; /* smb command code */ |
736 | bool largeBuf:1; /* if valid response, is pointer to large buf */ | 736 | bool largeBuf:1; /* if valid response, is pointer to large buf */ |