From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932095AbcGLBk3 (ORCPT ); Mon, 11 Jul 2016 21:40:29 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:49013 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932129AbcGLBk1 (ORCPT ); Mon, 11 Jul 2016 21:40:27 -0400 Date: Mon, 11 Jul 2016 18:40:25 -0700 From: Christoph Hellwig To: David Chen Cc: Al Viro , lkml , linux-fsdevel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] vfs: check i_count under lock in evict_inodes Message-ID: <20160712014025.GA23449@infradead.org> References: <1468282504-2272-1-git-send-email-david.chen@osnexus.com> <20160712004623.GA14480@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.1 (2016-04-27) 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 Mon, Jul 11, 2016 at 06:31:57PM -0700, David Chen wrote: > Hi Al, > > I'm not sure about the in-tree fs, but in zfsonlinux, it would offload > iput to a thread, so this would happen there. And it would wait for > the thread in put_super(), so that part is not a problem... And why exactly is your use of a broken and undistributable out of tree module our problem?