File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -1837,18 +1837,18 @@ void cfs_recover_map(FileMap* map)
1837
1837
}
1838
1838
usedSize += size ;
1839
1839
}
1840
- if ( usedSize != pg_atomic_read_u32 ( & map -> hdr . usedSize ))
1841
- {
1842
- pg_atomic_write_u32 ( & map -> hdr . usedSize , usedSize );
1843
- }
1844
- if ( physSize != pg_atomic_read_u32 ( & map -> hdr . physSize ))
1845
- {
1846
- pg_atomic_write_u32 ( & map -> hdr . physSize , physSize );
1847
- }
1848
- if ( virtSize != pg_atomic_read_u32 ( & map -> hdr . virtSize ))
1849
- {
1850
- pg_atomic_write_u32 ( & map -> hdr . virtSize , virtSize );
1851
- }
1840
+ }
1841
+ if ( usedSize != pg_atomic_read_u32 ( & map -> hdr . usedSize ))
1842
+ {
1843
+ pg_atomic_write_u32 ( & map -> hdr . usedSize , usedSize );
1844
+ }
1845
+ if ( physSize != pg_atomic_read_u32 ( & map -> hdr . physSize ))
1846
+ {
1847
+ pg_atomic_write_u32 ( & map -> hdr . physSize , physSize );
1848
+ }
1849
+ if ( virtSize != pg_atomic_read_u32 ( & map -> hdr . virtSize ))
1850
+ {
1851
+ pg_atomic_write_u32 ( & map -> hdr . virtSize , virtSize );
1852
1852
}
1853
1853
}
1854
1854
You can’t perform that action at this time.
0 commit comments