r23522: Save us a kilobyte stack space in a hot code path: I can't see a reason
authorVolker Lendecke <vlendec@samba.org>
Sat, 16 Jun 2007 18:07:44 +0000 (18:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:25 +0000 (12:23 -0500)
commit34a13c82a3b72d6900614b57c58fbaefeeca8fa7
tree6e86d401ad028930bebd62ec51b193459712a3bf
parente6e5703658aeaeb0cca5d7281095e17553001d4b
r23522: Save us a kilobyte stack space in a hot code path: I can't see a reason
why check_path_syntax should not be able to run in-line. The destination
pointer either walks side by side with the source pointer or is
decremented. So as far as I can see s>=d is true throughout the whole
routine.

Jeremy, I'm checking this only into 3_0 for now. Please review and ack
or directly merge this to 3_0_26.

Thanks,

Volker
source/smbd/msdfs.c
source/smbd/reply.c