1 posts tagged with atomicity by chrismear.
Displaying 1 through 1.

In a journaling file system like ext3, a journal entry is written before each file system change, describing the change about to be carried out. This allows quick recovery if the actual file change is interrupted or not carried out due to power outage or whatever. But why is the act of writing the journal entry not susceptible to the exact same threat of being interrupted? [more inside]
posted on Apr 10, 2007 - 10 answers