Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755692AbaJUSWr (ORCPT ); Tue, 21 Oct 2014 14:22:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45541 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755090AbaJUSWp (ORCPT ); Tue, 21 Oct 2014 14:22:45 -0400 Message-ID: <1413912030.2350.2.camel@redhat.com> Subject: Re: [PATCH 2/2] fs: Support compiling out sendfile From: Eric Paris To: josh@joshtriplett.org Cc: "H. Peter Anvin" , Pieter Smith , Alexander Viro , Andrew Morton , Matt Turner , Michal Hocko , "Paul E. McKenney" , Fabian Frederick , Tejun Heo , =?UTF-8?Q?=E8=94=A1=E6=AD=A3=E9=BE=99?= , "Luis R. Rodriguez" , Peter Foley , Konstantin Khlebnikov , "Eric W. Biederman" , Oleg Nesterov , Andy Lutomirski , David Herrmann , Kees Cook , linux-fsdevel@vger.kernel.org, open list , ABI/API Date: Tue, 21 Oct 2014 13:20:30 -0400 In-Reply-To: <20141021171814.GA14704@cloud> References: <1413841728-1313-1-git-send-email-pieter@boesman.nl> <1413841728-1313-2-git-send-email-pieter@boesman.nl> <54467D9C.2030302@zytor.com> <20141021171814.GA14704@cloud> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2014-10-21 at 10:18 -0700, josh@joshtriplett.org wrote: > On Tue, Oct 21, 2014 at 08:37:00AM -0700, H. Peter Anvin wrote: > > On 10/20/2014 02:48 PM, Pieter Smith wrote: > > > Many embedded systems will not need this syscall, and omitting it > > > saves space. Add a new EXPERT config option CONFIG_SENDFILE_SYSCALL > > > (default y) to support compiling it out. > > > > > > I believe these options ought to be CONFIG_SYSCALL_* > > > > I agree. I think people started using CONFIG_*_SYSCALL because of > things like AUDITSYSCALL AUDITSYSCALL audits syscalls. It doesn't actually implement any syscalls. You are right about SYSFS_SYSCALL though... -- 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/