Re: [PATCH] dir: do all size checks before seeking back and fix file closing
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:38
Junio C Hamano [off-list ref] writes:
Linus Torvalds [off-list ref] writes:
quoted
Now, admittedly it's wrong because another bad habit Junio picked up
(doing comparisons with constants in the wrong order)
I think you misunderstand the rationale used to encourage the
comparison used there. It does not have anything to do with
having comparison on the left.