DESC
Add a new function, jfsck_cleanup(), to help cleaning up the journal after
checking it.
EDESC

After the journal has been checked with jfsck(), what should be done is to
remove the journal entirely in order to start with a clean one.

This function does that: remove every transaction file inside the journal
directory, leaving it clean and ready to use.

