diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 96192c1e380a..d57cdf4e2033 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -476,8 +476,6 @@ struct cifs_readdata { | |||
476 | struct kvec iov[1]; | 476 | struct kvec iov[1]; |
477 | }; | 477 | }; |
478 | 478 | ||
479 | struct cifs_readdata *cifs_readdata_alloc(unsigned int nr_pages); | ||
480 | void cifs_readdata_free(struct cifs_readdata *rdata); | ||
481 | int cifs_async_readv(struct cifs_readdata *rdata); | 479 | int cifs_async_readv(struct cifs_readdata *rdata); |
482 | 480 | ||
483 | /* asynchronous write support */ | 481 | /* asynchronous write support */ |