From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:35906 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757186AbcHDON6 (ORCPT ); Thu, 4 Aug 2016 10:13:58 -0400 Received: by mail-oi0-f52.google.com with SMTP id f189so48490273oig.3 for ; Thu, 04 Aug 2016 07:12:52 -0700 (PDT) Date: Thu, 4 Aug 2016 09:12:50 -0500 From: Seth Forshee To: Miklos Szeredi Cc: fuse-devel , linux-fsdevel@vger.kernel.org, "Eric W. Biederman" , Michael j Theall , Jean-Pierre =?utf-8?B?QW5kcsOp?= , Nikolaus Rath Subject: Re: [RFC v3 1/2] fuse: Use generic xattr ops Message-ID: <20160804141250.GB28476@ubuntu-xps13> References: <1470086846-19844-1-git-send-email-seth.forshee@canonical.com> <1470086846-19844-2-git-send-email-seth.forshee@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Aug 04, 2016 at 01:09:58PM +0200, Miklos Szeredi wrote: > > +const struct xattr_handler *fuse_xattr_handlers[] = { > > + &fuse_xattr_handler, > > Please terminate array with NULL, despite the catch-all prefix. The > less subtle the better. Will do, thanks for the review. Seth