diff options
author | Richard Yao <[email protected]> | 2014-07-06 20:31:41 -0400 |
---|---|---|
committer | Richard Yao <[email protected]> | 2015-09-04 15:37:24 -0400 |
commit | 65f340e72579cf43ec30d9b265b0d3e1f5955bd5 (patch) | |
tree | 8d4ac4c3ce3ec38605942ae13558a90b61c190cd /include | |
parent | 9ddf9b8e1587ec7112913a6b5e1f82e468a891b6 (diff) |
Remove rq_is_sync() autotools check
Signed-off-by: Richard Yao <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev_compat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/blkdev_compat.h b/include/linux/blkdev_compat.h index b2b641840..2dbf87ca6 100644 --- a/include/linux/blkdev_compat.h +++ b/include/linux/blkdev_compat.h @@ -241,14 +241,6 @@ get_disk_ro(struct gendisk *disk) } #endif /* HAVE_GET_DISK_RO */ -#ifndef HAVE_RQ_IS_SYNC -static inline bool -rq_is_sync(struct request *req) -{ - return (req->flags & REQ_RW_SYNC); -} -#endif /* HAVE_RQ_IS_SYNC */ - #ifdef HAVE_BIO_BVEC_ITER #define BIO_BI_SECTOR(bio) (bio)->bi_iter.bi_sector #define BIO_BI_SIZE(bio) (bio)->bi_iter.bi_size |