From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753134AbeCPIrx (ORCPT ); Fri, 16 Mar 2018 04:47:53 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:52220 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750748AbeCPIru (ORCPT ); Fri, 16 Mar 2018 04:47:50 -0400 Date: Fri, 16 Mar 2018 01:47:50 -0700 From: Christoph Hellwig To: Dominik Brodowski Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, viro@zeniv.linux.org.uk, luto@kernel.org, mingo@kernel.org, akpm@linux-foundation.org, arnd@arndb.de Subject: Re: [PATCH v2 15/36] fs: add ksys_umount() helper; remove in-kernel call to sys_umount() Message-ID: <20180316084750.GD4151@infradead.org> References: <20180315190529.20943-1-linux@dominikbrodowski.net> <20180315190529.20943-16-linux@dominikbrodowski.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180315190529.20943-16-linux@dominikbrodowski.net> User-Agent: Mutt/1.9.2 (2017-12-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 15, 2018 at 08:05:08PM +0100, Dominik Brodowski wrote: > Using this helper allows us to avoid the in-kernel call to the sys_umount() > syscall. kern_unmount, please. And make it operate on kernel pointers please.