search for: jbddirty

Displaying 1 result from an estimated 1 matches for "jbddirty".

2002 May 31
2
PATCH for filesys corruption in ext3 with data=journal
...cannot touch it. We * can remove it's next_transaction pointer from the * running transaction if that is set, but nothing * else. */ This code really must arrange that a data=journal datablock never gets marked as dirty again (note that it isn't actualy dirty at this point, it is JBDDirty instead, to stop if from being written to disc prematurey). One option might be to simply clear the JBDDirty flag at this point. However this causes a number of assertions later on to fail, so it isn't a good idea. The approach that I have taken in the patch is to make use of the BH_Freed fl...