From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33683C433E0 for ; Wed, 13 May 2020 18:18:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CC1852065C for ; Wed, 13 May 2020 18:18:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="NasOCRNj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390129AbgEMSSB (ORCPT ); Wed, 13 May 2020 14:18:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1733175AbgEMSSA (ORCPT ); Wed, 13 May 2020 14:18:00 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60BFEC061A0C; Wed, 13 May 2020 11:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=6a106r24oix+PzCyy+USaUUOw38g4Aznt/gPVHR4CZk=; b=NasOCRNjdTTlMhsT2lorgYHFy5 QBRktg40d0jEZqAChN2WrlD0midarXRz0wMmnjfyZAEWjK10RPb+fyJgygSYNPHhSN3J8qKu2+O7I XfXm/8V6OQ+FXQI7MtR8o2Fz6DhA+E6/F7FgKLj2gjQFDotR2yUxJFdLq4RRd9sG9k+oS68wOMGI9 rfrhF+VUYXPGzU3vUHzYYoePYrH95pF/7yNphdB3+gZo/uJ0MD2eIc0TIg+HvIoLc1Wil5CzV7Yzf P6Y9VbfQ6J6sobDlUhm45wV70aKwIR5eXOgEtIVWxy2cIzyBwJrg41GCqC2clcM21YaCIYzrNsMPo Khn3K6Lg==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jYvwm-0006WX-HZ; Wed, 13 May 2020 18:17:36 +0000 Date: Wed, 13 May 2020 11:17:36 -0700 From: Christoph Hellwig To: Luis Chamberlain Cc: viro@zeniv.linux.org.uk, gregkh@linuxfoundation.org, rafael@kernel.org, ebiederm@xmission.com, jeyu@kernel.org, jmorris@namei.org, keescook@chromium.org, paul@paul-moore.com, stephen.smalley.work@gmail.com, eparis@parisplace.org, nayna@linux.ibm.com, zohar@linux.ibm.com, scott.branden@broadcom.com, dan.carpenter@oracle.com, skhan@linuxfoundation.org, geert@linux-m68k.org, tglx@linutronix.de, bauerman@linux.ibm.com, dhowells@redhat.com, linux-integrity@vger.kernel.org, linux-fsdevel@vger.kernel.org, kexec@lists.infradead.org, linux-security-module@vger.kernel.org, selinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] fs: reduce export usage of kerne_read*() calls Message-ID: <20200513181736.GA24342@infradead.org> References: <20200513152108.25669-1-mcgrof@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200513152108.25669-1-mcgrof@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: Can you also move kernel_read_* out of fs.h? That header gets pulled in just about everywhere and doesn't really need function not related to the general fs interface.