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

Zero out nova info header, fix issue 115 #128

Closed hayley-leblanc closed 2 years ago

hayley-leblanc commented 2 years ago

Fixes issue #115 by zeroing out the nova_info_header struct used in nova_init_blockmap_from_inode before is used, ensuring that fields that are not set will be taken as null pointers.