From 2ebba41f55c6fc6a007e81635dbfa53ae6cc2b8d Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 3 Sep 2012 23:59:05 +0000 Subject: [PATCH] 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 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4503 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index acaafa4a0..4ec60b930 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -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 */