1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +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>
This commit is contained in:
Ralph Boehme 2018-10-17 16:51:34 +02:00 committed by Jeremy Allison
parent 80afafe398
commit 6fd256afcd

View File

@ -4416,9 +4416,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;
}