Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangled
commit97c668276d24743065f16dccaf29704b6f3857f4
authorVolker Lendecke <vl@samba.org>
Sat, 9 May 2009 09:12:52 +0000 (9 11:12 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 9 May 2009 12:10:40 +0000 (9 14:10 +0200)
tree3a3bc57690953a7bd1fe089f470b7c359014cfa1
parentb6c86e1ef28d9008eec1d39ad714a475dc735c38
Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangled

The GPFS get_real_file name does not know about mangled names. Tim, if onefs
does not either, you need this bugfix :-)

In case onefs does 8.3 names, we need to pass the mangled flag down to
SMB_VFS_GET_REAL_FILENAME to give GPFS a chance say ENOTSUPP and do the
fallback.
source3/smbd/filename.c