Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bugs in mremap and 9p's rename #125

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

ken4647
Copy link
Contributor

@ken4647 ken4647 commented Jun 19, 2024

  1. Remove the synchronization operation of mremap when shrinking, which may cause the file to expand A bug in mremap for shrinking when file mapping #112.
  2. Change the alignment logic of mmap to allow non-4K aligned file mappings, which may also cause the file to expand.
  3. fix a problem in 9pfs's operation of rename, which is an obvious mistake and may cause failure for rename in different format of path.

@ken4647 ken4647 requested a review from coolyjg June 19, 2024 14:37
@coolyjg coolyjg merged commit 6714011 into syswonder:dev Jun 24, 2024
10 checks passed
@ken4647 ken4647 deleted the multi_process branch July 22, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants