.. | .. |
---|
602 | 602 | struct sdesc **sdesc); |
---|
603 | 603 | void cifs_free_hash(struct crypto_shash **shash, struct sdesc **sdesc); |
---|
604 | 604 | |
---|
605 | | -extern void rqst_page_get_length(struct smb_rqst *rqst, unsigned int page, |
---|
606 | | - unsigned int *len, unsigned int *offset); |
---|
| 605 | +void rqst_page_get_length(const struct smb_rqst *rqst, unsigned int page, |
---|
| 606 | + unsigned int *len, unsigned int *offset); |
---|
607 | 607 | struct cifs_chan * |
---|
608 | 608 | cifs_ses_find_chan(struct cifs_ses *ses, struct TCP_Server_Info *server); |
---|
609 | 609 | int cifs_try_adding_channels(struct cifs_ses *ses); |
---|