1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

vfs_fruit: let fruit handle all aio on the FinderInfo metadata stream

This will be required to support using fake fds for the FinderInfo
metadata stream.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13646

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 6fd256afcd5fedc894036efbfba1fc6d2264fba9)
This commit is contained in:
Ralph Boehme 2018-10-17 16:51:34 +02:00 committed by Karolin Seeger
parent 8c8d2d028d
commit 1078e220e5

View File

@ -4406,9 +4406,7 @@ static bool fruit_must_handle_aio_stream(struct fio *fio)
return false;
};
if ((fio->type == ADOUBLE_META) &&
(fio->config->meta == FRUIT_META_NETATALK))
{
if (fio->type == ADOUBLE_META) {
return true;
}