SplitFS icon indicating copy to clipboard operation
SplitFS copied to clipboard

Fix checksumming, refactor code

Open OmSaran opened this issue 4 years ago • 0 comments

This adds some fixes but I'm not super confident of the changes due to 2 reasons:

  1. I've not tested it thoroughly, I've only tested it via some additional non-related changes to this file
  2. Some design decisions I made: using posix system calls instead of splitfs calls in order to avoid logging it again. But I think we need to ensure persistence in this case which I have not done currently in the PR

OmSaran avatar Dec 14 '21 10:12 OmSaran