target/iscsi: Allocate session IDs from an IDA
Since the session is never looked up by ID, we can use the more
space-efficient IDA instead of the IDR.
Signed-off-by:
Matthew Wilcox <willy@infradead.org>
Showing
- drivers/target/iscsi/iscsi_target.c 2 additions, 8 deletionsdrivers/target/iscsi/iscsi_target.c
- drivers/target/iscsi/iscsi_target.h 1 addition, 3 deletionsdrivers/target/iscsi/iscsi_target.h
- drivers/target/iscsi/iscsi_target_login.c 7 additions, 19 deletionsdrivers/target/iscsi/iscsi_target_login.c
Loading
Please register or sign in to comment