]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/blkdev.h
blk_end_request: add bidi completion interface (take 4)
[linux-2.6-omap-h63xx.git] / include / linux / blkdev.h
index 63fe7542b3fa686ca6d81a8f11925e025b08e8a3..029b7097f9e5f4163bde1c5a764a1f33da4fd601 100644 (file)
@@ -728,6 +728,8 @@ static inline void blk_run_address_space(struct address_space *mapping)
  */
 extern int blk_end_request(struct request *rq, int error, int nr_bytes);
 extern int __blk_end_request(struct request *rq, int error, int nr_bytes);
+extern int blk_end_bidi_request(struct request *rq, int error, int nr_bytes,
+                               int bidi_bytes);
 extern int end_that_request_first(struct request *, int, int);
 extern int end_that_request_chunk(struct request *, int, int);
 extern void end_that_request_last(struct request *, int);