if: move compat check

This commit is contained in:
Thomas Schoebel-Theuer 2019-02-20 11:35:36 +01:00 committed by Thomas Schoebel-Theuer
parent 95550cb0c9
commit 9b55c64bb1
2 changed files with 5 additions and 5 deletions

View File

@ -97,4 +97,9 @@ extern int _compat_unlink(
#define NEED_BIO_SPLIT
#endif
/* adapt to 4e1b2d52a80d79296a5d899d73249748dea71a53 and many others */
#ifdef bio_op
#define HAS_NEW_BIO_OP
#endif
#endif /* _MARS_COMPAT */

View File

@ -69,11 +69,6 @@
#define USE_MAX_PHYS_SEGMENTS 1
#endif
/* adapt to 4e1b2d52a80d79296a5d899d73249748dea71a53 and many others */
#ifdef bio_op
#define HAS_NEW_BIO_OP
#endif
// end_remove_this
///////////////////////// global tuning ////////////////////////