From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Andreas_Gr=C3=BCnbacher?= Subject: Re: [RFC v3 37/45] nfs/sunrpc: No more encode and decode function pointer casting Date: Fri, 29 May 2015 01:40:28 +0200 Message-ID: References: <9fee05c37be52b8f8fcd5df05f391af9e3d820e8.1429868795.git.agruenba@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Linux Kernel Mailing List , Linux FS-devel Mailing List , Linux NFS Mailing List To: Trond Myklebust Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org 2015-05-29 1:11 GMT+02:00 Trond Myklebust : > How is this even remotely relevant to ACL functionality, and why does > it deserve to bypass the NFS tree? I've posted this to the linux-nfs mailing list for review among others, how is that bypassing the NFS tree? Would you prefer those things sent to you personally as well? This patch prepares for for the next one which changes the prototype of the encode functions to return an error code. Without this patch, oversights in the next patch would go unnoticed; with this patch, the compiler will complain. Thanks, Andreas