vfs_fruit: let fruit handle all aio on the FinderInfo metadata stream
authorRalph Boehme <slow@samba.org>
Wed, 17 Oct 2018 14:51:34 +0000 (16:51 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 31 Oct 2018 20:27:22 +0000 (21:27 +0100)
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>
source3/modules/vfs_fruit.c

index f6aac4100aa028a96555bb682b289ab47b27fe52..a39f6d41609b8a9d20b1bb9f9ef0274359283437 100644 (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;
        }