On kernel mailing list behavior
On kernel mailing list behavior
Posted Jul 20, 2013 18:25 UTC (Sat) by tytso (✭ supporter ✭, #9993)In reply to: On kernel mailing list behavior by daniel
Parent article: On kernel mailing list behavior
The cleanup I was referring to wasn't the telldir/seekdir hack, but the fact that the code was deeply nested with huge numbers of goto commands. I fixed it by refactoring the code and adding some functions, so the flow of control was more understandable. I don't consider such changes to be "cosmetic" by the way; that would be changing the names of variables, cleaning up english/spelling mistakes, fixing whitespace. And I do a certain amount of that too. The changes I was referring to, and the problems which Al alluded to, were not cosmetic problems, but things which are fundamental to the code's long-term maintainability.
People who are curious what the difference might be are invited to look at the your original code submission, and compare and contrast that to with is in ext3 and ext4 today.
