]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/target/target_core_user.c
target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_show
authorKenjiro Nakayama <nakayamakenjiro@gmail.com>
Fri, 15 Sep 2017 05:44:55 +0000 (14:44 +0900)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sat, 4 Nov 2017 21:52:39 +0000 (14:52 -0700)
commitb5ab697c62724b3d31556d91c6f9b76d2e264e4b
treed6750ec5504fe768efccb4f417d03dcbeeafc775
parentc22adc0b0cbe3768619eedc240bf58d88a1d6ed7
target/tcmu: Use macro to call container_of in tcmu_cmd_time_out_show

This patch makes a tiny change that using TCMU_DEV in
tcmu_cmd_time_out_show so it is consistent with other functions.

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
Reviewed-by: Mike Christie <mchristi@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_user.c