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

remove redundant page_align #33608

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

jeffwashington
Copy link
Contributor

Problem

Flushing write cache aligns the size to a page twice. The first one is not necessary.

Summary of Changes

Remove a redundant page alignment.

Fixes #

@jeffwashington
Copy link
Contributor Author

jeffwashington commented Oct 9, 2023

This will handle alignment (if desired).

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #33608 (c62e488) into master (1d91b60) will increase coverage by 0.1%.
Report is 8 commits behind head on master.
The diff coverage is 91.5%.

@@            Coverage Diff            @@
##           master   #33608     +/-   ##
=========================================
+ Coverage    81.7%    81.8%   +0.1%     
=========================================
  Files         807      807             
  Lines      218252   217895    -357     
=========================================
+ Hits       178438   178443      +5     
+ Misses      39814    39452    -362     

Copy link
Contributor

@brooksprumo brooksprumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@jeffwashington jeffwashington merged commit 6c7d3c8 into solana-labs:master Oct 10, 2023
16 checks passed
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.

3 participants