Do not call SMB_VFS_GET_REAL_FILENAME if the name is mangled
commit4232b1d87216cd1a68c15395cbf6322d3aa4f433
authorVolker Lendecke <vl@samba.org>
Sat, 9 May 2009 09:12:52 +0000 (9 11:12 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 May 2009 07:39:06 +0000 (26 09:39 +0200)
tree279a2e21a386504c7ae481aad402a9efb3bccba7
parent920fd0279cf3212bc77f2c38a2316e4461e0525a
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.
(cherry picked from commit 97c668276d24743065f16dccaf29704b6f3857f4)
source3/smbd/filename.c