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:
Vladislav Bolkhovitin
2012-09-03 23:59:05 +00:00
parent b84cf67525
commit 2ebba41f55

View File

@@ -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 */