You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOOP_CONFIGURE is a new ioctl introduced in 5.8 that is a lot faster than the LOOP_SET_FD+LOOP_SET_STATUS64 calls:
Setup and configure all loop device parameters in a single
step using the (third) ioctl(2) argument. This argument
is a pointer to a loop_config structure, defined in
<linux/loop.h> as:
LOOP_CONFIGURE is a new ioctl introduced in 5.8 that is a lot faster than the LOOP_SET_FD+LOOP_SET_STATUS64 calls:
The text was updated successfully, but these errors were encountered: