From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from kate-mail.whsl206.com ([49.50.249.47]) by ewsd; Wed Feb 12 19:07:09 EST 2020 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=qs.co.nz; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version :Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=1z72vPF6/E1Y+4J1kDwnhTZOsV6U0DXWs8k7gWkX03Y=; b=P1qrAmfoCDaD3muQwgvW1xWpMx 4obrySpczwwsr+jHbeQWTxBJLfQyNHM0A1Bf9qhgCFV5qYAGysywo6QwItqny5Ger1icXb5SW3+uZ RxpplcErM0BcnaOlgVMTQ09uFd9+OikwRdP/vYEM5xXbR5sKyE8GgQ3yoECUYthhIOzqOvtMzMDl5 MYtZhEIooJSvZGCXx+kUoIvcee7kto6NFQIYDfW06a9diff2gmgscVfiWDYrWoeIHqttQdLI3r6XK LmipGCt+T94L3O5tmrfENwMFKj8IZcV6f7AuaqoYniuyruH96uSk3RBZgt8wSFa+t0Vi9LAv1T9Xd riHJXBvw==; Received: from [118.149.144.151] (port=2802 helo=[192.168.43.80]) by kate.whsl206.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1j221G-0072Xr-Mz for 9front@9front.org; Thu, 13 Feb 2020 13:06:14 +1300 Subject: Mixfs: potential bug? To: 9front@9front.org References: From: Trevor Higgins Message-ID: <1ba93b51-da78-8c37-f714-e354fab32b5a@qs.co.nz> Date: Thu, 13 Feb 2020 13:06:10 +1300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - kate.whsl206.com X-AntiAbuse: Original Domain - 9front.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - qs.co.nz X-Get-Message-Sender-Via: kate.whsl206.com: authenticated_id: phil@qs.co.nz X-Authenticated-Sender: kate.whsl206.com: phil@qs.co.nz X-Source: X-Source-Args: X-Source-Dir: List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: factory persistence component Looking at the code for audio/mixfs (mixfs.c) The code uses qlock(s) where s is: struct Stream*. In the structure ,shouldn't the QLock member of the structure be the first member in the structure? If not so, then why does it not matter? Thanks. --