From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f41.google.com ([209.85.214.41]:36231 "EHLO mail-it0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751034AbdBUSaW (ORCPT ); Tue, 21 Feb 2017 13:30:22 -0500 Received: by mail-it0-f41.google.com with SMTP id h10so114268640ith.1 for ; Tue, 21 Feb 2017 10:30:21 -0800 (PST) Date: Tue, 21 Feb 2017 12:30:18 -0600 From: Seth Forshee To: Dan Carpenter Cc: linux-fsdevel@vger.kernel.org Subject: Re: [bug report] fuse: Add posix ACL support Message-ID: <20170221183018.GA29966@ubuntu-hedt> References: <20170221181446.GA27766@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170221181446.GA27766@mwanda> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Feb 21, 2017 at 09:14:46PM +0300, Dan Carpenter wrote: > Hello Seth Forshee, > > The patch 60bcc88ad185: "fuse: Add posix ACL support" from Aug 29, > 2016, leads to the following static checker warning: This was reported once before and is a false positive. See http://www.spinics.net/lists/linux-fsdevel/msg103363.html. Thanks, Seth