mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-19 19:51:27 +00:00
fcst: Move a member variable in struct ft_sess
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4951 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -64,10 +64,10 @@ struct ft_sess {
|
||||
u32 max_lso_payload; /* max offloaded payload size */
|
||||
u64 port_name; /* port name for transport ID */
|
||||
struct ft_tport *tport;
|
||||
struct scst_session *scst_sess;
|
||||
struct hlist_node hash; /* linkage in ft_sess_hash table */
|
||||
struct rcu_head rcu;
|
||||
struct kref kref; /* ref for hash and outstanding I/Os */
|
||||
struct scst_session *scst_sess;
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user