|
@@ -316,7 +316,8 @@ struct smb_version_operations {
|
|
|
/* set fid protocol-specific info */
|
|
|
void (*set_fid)(struct cifsFileInfo *, struct cifs_fid *, __u32);
|
|
|
/* close a file */
|
|
|
- int (*close)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
|
|
|
+ void (*close)(const unsigned int, struct cifs_tcon *,
|
|
|
+ struct cifs_fid *);
|
|
|
/* send a flush request to the server */
|
|
|
int (*flush)(const unsigned int, struct cifs_tcon *, struct cifs_fid *);
|
|
|
/* async read from the server */
|