mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +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:
parent
80afafe398
commit
6fd256afcd
@ -4416,9 +4416,7 @@ static bool fruit_must_handle_aio_stream(struct fio *fio)
|
|||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
if ((fio->type == ADOUBLE_META) &&
|
if (fio->type == ADOUBLE_META) {
|
||||||
(fio->config->meta == FRUIT_META_NETATALK))
|
|
||||||
{
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user