mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
scst_copy_mgr: Remove a superfluous cast
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6631 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1976,7 +1976,7 @@ out_unlock_free:
|
||||
|
||||
void sess_cm_list_id_cleanup_work_fn(struct delayed_work *work)
|
||||
{
|
||||
struct scst_session *sess = container_of((struct delayed_work *)work,
|
||||
struct scst_session *sess = container_of(work,
|
||||
struct scst_session, sess_cm_list_id_cleanup_work);
|
||||
struct scst_cm_list_id *l, *t;
|
||||
unsigned long cur_time = jiffies;
|
||||
|
||||
Reference in New Issue
Block a user