From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Neukum Subject: Re: [PATCH 1/3] power, vfs: move away from PF_KTHREAD freezing in favor of fs freezing Date: Sat, 31 Oct 2015 09:55:56 +0100 Message-ID: <1446281756.21651.7.camel@suse.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "Rafael J. Wysocki" , Dave Chinner , Jan Kara , Christoph Hellwig , Linus Torvalds , Al Viro , Tejun Heo , Pavel Machek , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-pm@vger.kernel.org To: Jiri Kosina Return-path: In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 2015-10-30 at 14:47 +0100, Jiri Kosina wrote: > Basically the main argument why kthread freezer is not needed boils > down to > this: the only facility that is needed during suspend: "no persistent > fs > changes are allowed from now on". Is that true? Drivers of character devices also may assume that IO and suspend() wouldn't race (except in fairly clear exceptions) Regards Oliver