]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/vfscore: Remove readdir_r result from TLS
authorStefan Jumarea <stefanjumarea02@gmail.com>
Sun, 30 Jul 2023 09:30:02 +0000 (12:30 +0300)
committerUnikraft <monkey@unikraft.io>
Wed, 16 Aug 2023 13:12:51 +0000 (13:12 +0000)
commit43ee3b3930d9a6d05fafc1f08d16d3be3480a3e3
treebe88be921285fd8a2aa4c4cde2f055f660be6b0e
parent796b246902a32d5bd76ba0f6f69ec2f0d521d12d
lib/vfscore: Remove readdir_r result from TLS

The `result` structure of the `readdir_r` function will not need to be
part of the TLS, the `entry` structure alone is enough.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
Reviewed-by: Simon Kuenzer <simon@unikraft.io>
Approved-by: Simon Kuenzer <simon@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #963
lib/vfscore/main.c