Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug print for inode number in mknod (#1111)
## Description of change `mknod` now prints the newly created inode number. This can help with tracing the lifetime of an inode between FUSE requests. ## Does this change impact existing behavior? No, small debug log addition only. ## Does this change need a changelog entry in any of the crates? No. <!-- Please confirm yes or no. If no, add justification. If unsure, ask a reviewer. You can find the changelog for each crate here: - https://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3/CHANGELOG.md - https://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3-client/CHANGELOG.md - https://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3-crt/CHANGELOG.md - https://github.com/awslabs/mountpoint-s3/blob/main/mountpoint-s3-crt-sys/CHANGELOG.md --> --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/). --------- Signed-off-by: Christian Hagemeier <> Signed-off-by: Christian Hagemeier <[email protected]> Co-authored-by: Christian Hagemeier <> Co-authored-by: Christian Hagemeier <[email protected]>
- Loading branch information