Is your feature request related to a problem? Please describe.
The device_name field within the OS_filesys_internal_record_t is using a length of OS_MAX_API_NAME, which is not correct/ideal.
Describe the solution you'd like
The length should be OS_FS_DEV_NAME_LEN
Additional context
This is an existing symbol defined in the osapi-os-filesys.h public API header file. Noted when working on BSP volume table removal.
Requester Info
Joseph Hickey, Vantage Systems, Inc.