From a16d0109350ec63ce9f56d4da1b66860500fee4f Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 21 Dec 2010 11:51:10 +0000 Subject: [PATCH] Comment extended git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3162 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index c8f25bb25..0bf8886b1 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -1084,7 +1084,9 @@ struct scst_tgt_template { * Note: SCST can be configured such that a device can be accessed * from several different transports at the same time. It is important * that all clients see the same USN for proper operation. Overriding - * the serial number can lead to subtle misbehavior. + * the serial number can lead to subtle misbehavior. Particularly, + * "usn" sysfs attribute of the corresponding devices will still show + * the devices generated or assigned serial numbers. */ int (*get_serial)(const struct scst_tgt_dev *tgt_dev, char *buf, int size);