summaryrefslogtreecommitdiff
path: root/fs/exfat/node.c
AgeCommit message (Collapse)Author
2025-07-24fs: exfat: Remove unused label codeAndrew Goodbody
Smatch reported a possible buffer overflow in exfat_set_label but it turns out that this code is unused so just guard the function with '#ifndef __UBOOT__' as well as exfat_get_label that is also unused and the helper static find_label. Signed-off-by: Andrew Goodbody <[email protected]>
2025-04-02fs: exfat: Import libexfat from fuse-exfatMarek Vasut
Import most of libexfat from [1] except for log.c verbatim. The code does not even compile and further adjustments and integration into U-Boot filesystem code is in the next patch. [1] https://github.com/relan/exfat 0b41c6d3560d ("CI: bump FreeBSD to 13.1.") Acked-by: Tom Rini <[email protected]> Signed-off-by: Marek Vasut <[email protected]>