summaryrefslogtreecommitdiff
path: root/lib/testtools
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-09-10 23:28:15 -0700
committerJeremy Allison <jra@samba.org>2010-09-10 23:28:15 -0700
commit1787c1dfc3a506c0afee6d2bb67ba8789c709b86 (patch)
tree377afb7a47811af8cb08ac57f37c48b199039adb /lib/testtools
parentf76983ae3fce835b01025e1726f4bf1e6402c3ec (diff)
downloadsamba-1787c1dfc3a506c0afee6d2bb67ba8789c709b86.tar.gz
samba-1787c1dfc3a506c0afee6d2bb67ba8789c709b86.tar.bz2
samba-1787c1dfc3a506c0afee6d2bb67ba8789c709b86.zip
Factor out the recent changes into a function - check_parent_exists().
Fix this to ensure that if "start" is manipulated, then "dirpath" is changed also. Ensures that when the path: /a/long/file/name/path.txt is processed, we first stat: /a/long/file/name/path.txt and if this fails, we try to stat: /a/long/file/name if this path exists (the normal case when creating a new entry in a directory) then we no longer do the individual path name walk, but only do case insensitive lookup on the last component. If the stat fails we do the full pathname walk as normal in 3.5.x and below. Metze, examine this change for your back-port. Jeremy.
Diffstat (limited to 'lib/testtools')
0 files changed, 0 insertions, 0 deletions