Commit 086a61209bc0d4d46b0b73b635bfb9b018ce772d

Pádraig Brady 2011-12-31T11:03:58

canonicalize: only stat() when required * lib/canonicalize.c (canonicalize_filename_mode): Avoid calling l?stat() when both CAN_MISSING, and CAN_NOLINKS are set, as then we neither need to resolve symlinks or test component existence.