Comment extended

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3162 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-12-21 11:51:10 +00:00
parent 2676966858
commit a16d010935

View File

@@ -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);