Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753285AbaLGNAs (ORCPT ); Sun, 7 Dec 2014 08:00:48 -0500 Received: from mail-wg0-f53.google.com ([74.125.82.53]:39834 "EHLO mail-wg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752490AbaLGNAo (ORCPT ); Sun, 7 Dec 2014 08:00:44 -0500 Date: Sun, 7 Dec 2014 14:00:40 +0100 From: Pieter Smith To: Miklos Szeredi Cc: Kernel Mailing List , "open list:FUSE: FILESYSTEM..." , "open list:ABI/API" , Linux-Fsdevel Subject: Re: [PATCH v6 4/7] fs/fuse: support compiling out splice Message-ID: <20141207130040.GA8267@smipidev> References: <1417715473-24110-1-git-send-email-pieter@boesman.nl> <1417715473-24110-5-git-send-email-pieter@boesman.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 05, 2014 at 11:44:36AM +0100, Miklos Szeredi wrote: > On Thu, Dec 4, 2014 at 6:50 PM, Pieter Smith wrote: > > To implement splice support, fs/fuse makes use of nosteal_pipe_buf_ops. This > > struct is exported by fs/splice. The goal of the larger patch set is to > > completely compile out fs/splice, so uses of the exported struct need to be > > compiled out along with fs/splice. > > > > This patch therefore compiles out splice support in fs/fuse when > > CONFIG_SYSCALL_SPLICE is undefined. > > > > Signed-off-by: Pieter Smith > > > In the future could you PLEASE PLEASE cut the fuse-devel Cc from the > non-fuse specific patches (and I guess that goes for any other > subsystem specific lists and persons as well)? > > Otherwise: > > Acked-by: Miklos Szeredi > > Thanks, > Miklos I added your Acked-by and removed you and fuse-dev from postings on future versions of this patch-set. Thanks, Pieter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/