From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932308Ab1BCOST (ORCPT ); Thu, 3 Feb 2011 09:18:19 -0500 Received: from casper.infradead.org ([85.118.1.10]:33160 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932289Ab1BCOSB (ORCPT ); Thu, 3 Feb 2011 09:18:01 -0500 Message-Id: <20110203140940.072679794@chello.nl> User-Agent: quilt/0.48-1 Date: Thu, 03 Feb 2011 15:09:40 +0100 From: Peter Zijlstra To: Thomas Gleixner , Tejun Heo Cc: Linux Kernel Mailing List , Jens Axboe , Faisal Latif , Roland Dreier , Sean Hefty , Hal Rosenstock , Dmitry Torokhov , Alessandro Rubini , Trond Myklebust , Mark Fasheh , Joel Becker , "David S. Miller" , "John W. Linville" , Johannes Berg , Yong Zhang Subject: [PATCH 0/4] del_timer_sync() and queue_delayed_work() Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Due to funnies with del_timer_sync() I started looking at del_timer_sync() users and found that we could probably simplify the delayed work interface a bit.