if (io->fi_flags & FUSE_FATTR_SIZE && vp->v_type == VDIR) {
                error = EISDIR;
                goto out;
        }

Reply via email to