gen_patch_names.c (drbd-9.1.8) | : | gen_patch_names.c (drbd-9.1.9) | ||
---|---|---|---|---|
skipping to change at line 105 | skipping to change at line 105 | |||
YES, "has_three_parameters"); | YES, "has_three_parameters"); | |||
patch(1, "make_request", false, true, | patch(1, "make_request", false, true, | |||
COMPAT_NEED_MAKE_REQUEST_RECURSION, "need_recursion"); | COMPAT_NEED_MAKE_REQUEST_RECURSION, "need_recursion"); | |||
#else | #else | |||
/* ancient version, blk_queue_split not defined at all */ | /* ancient version, blk_queue_split not defined at all */ | |||
patch(1, "blk_queue_split", true, false, | patch(1, "blk_queue_split", true, false, | |||
NO, "present"); | NO, "present"); | |||
#endif | #endif | |||
patch(1, "bio_alloc", true, false, | patch(1, "bio_alloc", true, false, | |||
COMPAT_BIO_ALLOC_HAS_5_PARAMS, "has_5_params"); | COMPAT_BIO_ALLOC_HAS_4_PARAMS, "has_4_params"); | |||
#if !defined(COMPAT_HAVE_BIO_SET_DEV) | #if !defined(COMPAT_HAVE_BIO_SET_DEV) | |||
patch(1, "bio_set_dev", true, false, | patch(1, "bio_set_dev", true, false, | |||
COMPAT_HAVE_BIO_SET_DEV, "present"); | COMPAT_HAVE_BIO_SET_DEV, "present"); | |||
#endif | #endif | |||
patch(1, "bio_bi_bdev", true, false, | patch(1, "bio_bi_bdev", true, false, | |||
COMPAT_HAVE_BIO_BI_BDEV, "present"); | COMPAT_HAVE_BIO_BI_BDEV, "present"); | |||
patch(1, "refcount_inc", true, false, | patch(1, "refcount_inc", true, false, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |