[LibOS] Always call FS-specific checkpoint callback
Previously, FS-specific checkpoint callback was called only the
first time process forks. This commit fixes this bug by always calling
FS-specific checkpoint (it is now the responsibility of the specific
checkpoint callback to skip re-creating the checkpoint as perf
optimization).