feat(bindgen): expose BCH_IOCTL_SUBVOLUME_* on Rust side

As they are functional macro, they need help from our side.
This commit is contained in:
Raito Bezarius 2024-01-27 02:35:19 +01:00 committed by Kent Overstreet
parent 5a1975e528
commit 5787b1c234

View File

@ -33,3 +33,5 @@ MARK_FIX_753(blk_mode_t, BLK_OPEN_READ);
MARK_FIX_753(blk_mode_t, BLK_OPEN_WRITE);
MARK_FIX_753(blk_mode_t, BLK_OPEN_EXCL);
MARK_FIX_753(__u64, BCH_IOCTL_SUBVOLUME_CREATE);
MARK_FIX_753(__u64, BCH_IOCTL_SUBVOLUME_DESTROY);