mirror of
https://github.com/versity/scoutfs.git
synced 2026-04-16 03:46:59 +00:00
The code that shows the note sections as files uses the section size to define the size of the notes payload. We don't need to null terminate the strings to define their lengths. Doing so puts a null in the notes file which isn't appreciated by many readers. Signed-off-by: Zach Brown <zab@versity.com>