Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758300Ab3EFWO3 (ORCPT ); Mon, 6 May 2013 18:14:29 -0400 Received: from mail-gg0-f179.google.com ([209.85.161.179]:59715 "EHLO mail-gg0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756251Ab3EFWO2 (ORCPT ); Mon, 6 May 2013 18:14:28 -0400 X-Greylist: delayed 5755 seconds by postgrey-1.27 at vger.kernel.org; Mon, 06 May 2013 18:14:27 EDT Date: Mon, 6 May 2013 15:14:20 -0700 From: Tejun Heo To: Linus Torvalds Cc: Colin Cross , Jeff Layton , lkml , Trond Myklebust , Len Brown , Pavel Machek , "Rafael J. Wysocki" , Peter Zijlstra , Ingo Molnar , "J. Bruce Fields" , "David S. Miller" , Andrew Morton , Mandeep Singh Baines , Paul Walmsley , Al Viro , "Eric W. Biederman" , Oleg Nesterov , linux-nfs , Linux PM list , netdev , Ben Chan , Steve French Subject: Re: [PATCH 1/2] freezer: add unsafe versions of freezable helpers Message-ID: <20130506221420.GH800@mtj.dyndns.org> References: <1367615050-3894-1-git-send-email-ccross@android.com> <20130506065605.6e5ed5e2@tlielax.poochiereds.net> <20130506174336.447d0d75@tlielax.poochiereds.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1016 Lines: 26 Hello, Linus. On Mon, May 06, 2013 at 02:58:31PM -0700, Linus Torvalds wrote: > Quite frankly, is it worth resurrecting these patches at all? > > The only things it actually complained about are not worth the pain > fixing and are getting explicitly not warned about - is there any > reason to believe the patches are worth maintaining and the extra > complexity is worth it? It might not be too useful for nfs but Colin has a patchset spreading the use of the freezable schedules in a number of places in an attempt to reduce freeze latency for android, which includes introducing a lot of schedule_*_freezable() constructs, so I think we need these warnings one way or the other so that we don't end up with more problems like nfs currently has. Thakns. -- tejun -- 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/