vfs: Don't go through strnorm(..., CASE_LOWER)
commita31ab494cfb99b42af9e05b53ab464c8514508be
authorVolker Lendecke <vl@samba.org>
Thu, 17 Feb 2022 10:19:50 +0000 (17 11:19 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 17 Feb 2022 17:13:35 +0000 (17 17:13 +0000)
tree6bf3a372bb67e99bdd5be04552a42181e3f873ec
parent826ae22c1bd923dc0e567d5728eb19278966e43c
vfs: Don't go through strnorm(..., CASE_LOWER)

With a fixed CASE_LOWER we should go directly to the lowerlevel call, this
makes it more obvious to me.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/vfs_prealloc.c