]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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)
committerKarolin Seeger <kseeger@samba.org>
Tue, 6 Nov 2018 08:10:25 +0000 (09:10 +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>
(cherry picked from commit 6fd256afcd5fedc894036efbfba1fc6d2264fba9)

source3/modules/vfs_fruit.c

index 8e83183810ee64e841df9c5eeaffb22e1a2d6006..ff981d0479b9df6a075f8a7e760d75b1f7977cdb 100644 (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;
        }