From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755840Ab2DSPwF (ORCPT ); Thu, 19 Apr 2012 11:52:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35237 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755822Ab2DSPwD (ORCPT ); Thu, 19 Apr 2012 11:52:03 -0400 Date: Thu, 19 Apr 2012 17:51:11 +0200 From: Oleg Nesterov To: Andrew Morton , David Howells , Linus Torvalds , Thomas Gleixner Cc: Alexander Gordeev , Chris Zankel , David Smith , "Frank Ch. Eigler" , Geert Uytterhoeven , Larry Woodman , Peter Zijlstra , Tejun Heo , linux-kernel@vger.kernel.org Subject: [PATCH v5 0/3] task_work_add: generic process-context callbacks Message-ID: <20120419155111.GA22299@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. Hopefully the final version. Changes: 1/3: task_work_run(void) has no "tsk" argument, it uses current explicitely 2/3: fix the typo in the changelog 3/3: restore the accidently deleted comment, rename "int err" back to "ret" Oleg.