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
421 stars 118 forks source link

A comment in nova_file_write_entry #60

Closed venero closed 6 years ago

venero commented 6 years ago

https://github.com/NVSL/linux-nova/blob/1e9ff3658b4b848adc1add3fa3480ffdb76625c0/fs/nova/log.h#L83

I think __le64 size here means "File size after this write" instead of "Write size for non-aligned writes".

Andiry commented 6 years ago

Yes.

Andiry commented 6 years ago

Fixed.