Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3
-
16894
Description
Functions libcfs_*2str() uses a group of temporary internal buffers to store the string. That is fine for error messages that are only printed in rare occasions, but if there are a large number of clients connecting at once (e.g. system mount) and this has to be 100% correct, then this should use a separate buffer to hold the strung.
Attachments
Issue Links
- is related to
-
LU-6507 Unsaf use of import connection at lprocfs_import_seq_show
-
- Resolved
-
Patch landed to master.