pfnet / pfio

IO library to access various filesystems with unified API
https://pfio.readthedocs.io/
MIT License
52 stars 21 forks source link

Deprecate `reset_on_fork` flag #296

Closed kuenishi closed 1 year ago

kuenishi commented 1 year ago

After internal discussion on https://github.com/pfnet/pfio/pull/292, I and @y1r concluded that we don't need that flag any more. If an FS needs reset on fork, just do it and we don't need any flag. Otherwise, just don't reset.