-
- Downloads
target: Use a PASSTHROUGH flag instead of transport_types
It seems like we only care if a transport is passthrough or not. Convert transport_type to a flags field and replace TRANSPORT_PLUGIN_* with a flag, TRANSPORT_FLAG_PASSTHROUGH. Signed-off-by:Andy Grover <agrover@redhat.com> Reviewed-by:
Ilias Tsitsimpis <iliastsi@arrikto.com> Signed-off-by:
Nicholas Bellinger <nab@linux-iscsi.org>
Showing
- drivers/target/target_core_alua.c 2 additions, 2 deletionsdrivers/target/target_core_alua.c
- drivers/target/target_core_configfs.c 5 additions, 5 deletionsdrivers/target/target_core_configfs.c
- drivers/target/target_core_device.c 2 additions, 2 deletionsdrivers/target/target_core_device.c
- drivers/target/target_core_file.c 0 additions, 1 deletiondrivers/target/target_core_file.c
- drivers/target/target_core_iblock.c 0 additions, 1 deletiondrivers/target/target_core_iblock.c
- drivers/target/target_core_pr.c 1 addition, 1 deletiondrivers/target/target_core_pr.c
- drivers/target/target_core_pscsi.c 1 addition, 1 deletiondrivers/target/target_core_pscsi.c
- drivers/target/target_core_rd.c 0 additions, 1 deletiondrivers/target/target_core_rd.c
- drivers/target/target_core_transport.c 3 additions, 3 deletionsdrivers/target/target_core_transport.c
- drivers/target/target_core_user.c 1 addition, 1 deletiondrivers/target/target_core_user.c
- include/target/target_core_backend.h 2 additions, 4 deletionsinclude/target/target_core_backend.h
Loading
Please register or sign in to comment