bigfile/zodb: Explain why we always mark ZBlk object changed if block data change
For ZBlk0 this is trivial, but for ZBlk1 it may seem that we could avoid changing ZBlk object itself and mark only pointed-to ZData object as changed. However that would be not correct to do if we consider invalidations. Noticed while working on WCFS.
Showing
Please register or sign in to comment