From: Ralph Boehme Date: Wed, 17 Oct 2018 14:51:34 +0000 (+0200) Subject: vfs_fruit: let fruit handle all aio on the FinderInfo metadata stream X-Git-Tag: tdb-1.3.17~1060 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fd256afcd5fedc894036efbfba1fc6d2264fba9;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jeremy Allison --- diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index f6aac4100aa..a39f6d41609 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -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; }