diff options
Diffstat (limited to 'fs/cifs/smbdirect.h')
-rw-r--r-- | fs/cifs/smbdirect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/smbdirect.h b/fs/cifs/smbdirect.h index 1e419c21dc60..a11096254f29 100644 --- a/fs/cifs/smbdirect.h +++ b/fs/cifs/smbdirect.h | |||
@@ -292,7 +292,7 @@ void smbd_destroy(struct smbd_connection *info); | |||
292 | 292 | ||
293 | /* Interface for carrying upper layer I/O through send/recv */ | 293 | /* Interface for carrying upper layer I/O through send/recv */ |
294 | int smbd_recv(struct smbd_connection *info, struct msghdr *msg); | 294 | int smbd_recv(struct smbd_connection *info, struct msghdr *msg); |
295 | int smbd_send(struct smbd_connection *info, struct smb_rqst *rqst); | 295 | int smbd_send(struct TCP_Server_Info *server, struct smb_rqst *rqst); |
296 | 296 | ||
297 | enum mr_state { | 297 | enum mr_state { |
298 | MR_READY, | 298 | MR_READY, |
@@ -332,7 +332,7 @@ static inline void *smbd_get_connection( | |||
332 | static inline int smbd_reconnect(struct TCP_Server_Info *server) {return -1; } | 332 | static inline int smbd_reconnect(struct TCP_Server_Info *server) {return -1; } |
333 | static inline void smbd_destroy(struct smbd_connection *info) {} | 333 | static inline void smbd_destroy(struct smbd_connection *info) {} |
334 | static inline int smbd_recv(struct smbd_connection *info, struct msghdr *msg) {return -1; } | 334 | static inline int smbd_recv(struct smbd_connection *info, struct msghdr *msg) {return -1; } |
335 | static inline int smbd_send(struct smbd_connection *info, struct smb_rqst *rqst) {return -1; } | 335 | static inline int smbd_send(struct TCP_Server_Info *server, struct smb_rqst *rqst) {return -1; } |
336 | #endif | 336 | #endif |
337 | 337 | ||
338 | #endif | 338 | #endif |