Received: by mail.netbsd.org (Postfix, from userid 605) id 86C6E14A0F6; Fri, 16 Dec 2011 05:34:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B0F714A125 for ; Fri, 16 Dec 2011 05:34:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eQtsGSmpSM_4 for ; Fri, 16 Dec 2011 05:34:55 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 51C2414A0F0 for ; Fri, 16 Dec 2011 05:34:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DF3C8175DD; Fri, 16 Dec 2011 05:34:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 16 Dec 2011 05:34:54 +0000 From: "Emmanuel Dreyfus" Subject: CVS commit: src/lib/libperfuse To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20111216053454.DF3C8175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Emmanuel Dreyfus" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: manu Date: Fri Dec 16 05:34:54 UTC 2011 Modified Files: src/lib/libperfuse: ops.c Log Message: Rework puffs_framebuf management toremove leaks and abusive reuses. On exchange error, the puffs_framebuf is now freed immediatly, before requeuing outstanding requests. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/lib/libperfuse/ops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.