From owner-svn-src-all@FreeBSD.ORG Thu Nov 8 15:05:35 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C9399DC5; Thu, 8 Nov 2012 15:05:35 +0000 (UTC) (envelope-from asmrookie@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C66798FC08; Thu, 8 Nov 2012 15:05:34 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so2771815lag.13 for ; Thu, 08 Nov 2012 07:05:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6aItA4P6vvWHt/EAkwcTMi0KrFfF3XRRYPZ6pX68d6c=; b=VGbyLZxe4loA0hCBOfVMXD2HCWn4BBn8KQL318bUK9zIZQSeqQ6MDOsFg2BqLt4rqe pSDr/z5faXuKBF8GxWuZ3QKfNNtQW9Nc5urAPjo1+edQ+5remB1kWXwwAaouRowM/8SH hMkCh0CeL5L45UleO+a6MjOa64kGK/EL4yYDofexTz337F+radMNMtqBz8ybs21HHAMy IYMTbVxgevPdhKO8AxCKqQEWBo6/sPy8A2crD716kmCaZEL3DWiSlfbsaOSBJKu23d5v MRbfmK1z0zJbW1JrGlY+FE/uL35WLP3ZV5zki/5YhUJdKbW7RbHpqUE7cz9/zn0xcERl oxjQ== MIME-Version: 1.0 Received: by 10.152.105.103 with SMTP id gl7mr7757969lab.10.1352387132822; Thu, 08 Nov 2012 07:05:32 -0800 (PST) Sender: asmrookie@gmail.com Received: by 10.112.30.37 with HTTP; Thu, 8 Nov 2012 07:05:32 -0800 (PST) In-Reply-To: <201211080032.qA80Wo6Z039813@svn.freebsd.org> References: <201211080032.qA80Wo6Z039813@svn.freebsd.org> Date: Thu, 8 Nov 2012 15:05:32 +0000 X-Google-Sender-Auth: 921VR6oheu3Ijd8BoB5Daxy5aQg Message-ID: Subject: Re: svn commit: r242727 - head/sys/fs/fuse From: Attilio Rao To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: attilio@FreeBSD.org List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 15:05:36 -0000 On 11/8/12, Attilio Rao wrote: > Author: attilio > Date: Thu Nov 8 00:32:49 2012 > New Revision: 242727 > URL: http://svnweb.freebsd.org/changeset/base/242727 > > Log: > - Current caching mode is completely broken because it simply relies > on timing of the operations and not real lookup, bringing too many > false positives. Remove the whole mechanism. If it needs to be > implemented, next time it should really be done in the proper way. > - Fix VOP_GETATTR() in order to cope with userland bugs that would > change the type of file and not panic. Instead it gets the entry as > if it is not existing. > > Reported and tested by: flo Urgh, forgot to report: Reported and helped to find by: "Alex" Thanks, Attilio -- Peace can only be achieved by understanding - A. Einstein