mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 03:01:26 +00:00
The comment above scst_act.acg_list_entry was correct until the sysfs
interface was introduced. Update it with information about how acg_list_entry is used in the sysfs interface. Signed-off-by: Bart Van Assche <bvanassche@acm.org> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4503 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -2633,7 +2633,7 @@ struct scst_acg {
|
||||
/* List of attached acn's, protected by scst_mutex */
|
||||
struct list_head acn_list;
|
||||
|
||||
/* List entry in acg_lists */
|
||||
/* List entry in acg_lists (procfs) or tgt_acg_list (sysfs) */
|
||||
struct list_head acg_list_entry;
|
||||
|
||||
/* Name of this acg */
|
||||
|
||||
Reference in New Issue
Block a user