You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use the configured OS page size in get_dirty_log()
Right now get_dirty_log() acts on the assumption that the page size is
always 4K. This is not necessarily true, since the page size is
configurable. This commit improves the logic by calling sysconf() to
get the actual page size.
Signed-off-by: Serban Iorga <[email protected]>
0 commit comments