NVSL / linux-nova

NOVA is a log-structured file system designed for byte-addressable non-volatile memories, developed at the University of California, San Diego.
http://nvsl.ucsd.edu/index.php?path=projects/nova
Other
422 stars 117 forks source link

Fix a typo in `IS_DATABLOCKS_2MB_ALIGNED` #113

Closed Icarusradio closed 2 years ago

Icarusradio commented 2 years ago

This typo does not cause a bug, since its only reference (in nova_alloc_blocks_in_free_list), the first parameter is also called num_blocks.