Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-15069 dfs: use memcpy instead of snprintf for readdir (#13654)
- memcpy is more efficient to avoid scanning the entire kds string. - remove an assert and replace with error when looking up "." #Pragmas from previous commit message: Skip-checkpatch: true Skip-python-bandit: true Skip-build: true Quick-build: true Quick-Functional: true Allow-unstable-test: true #RPM-test-version: version[-release] #RPM-test-version: 2.5.100 # VM1-label: ci_vm1 # Ubuntu-VM9-label: ci_vm9 # Leap15-VM9-label: ci_vm9 # EL8-VM9-label: ci_vm9 # HW-medium-label: ci_nvme5 # HW-large-label: ci_nvme9 Signed-off-by: Mohamad Chaarawi <[email protected]>
- Loading branch information