From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752701Ab1BAVS7 (ORCPT ); Tue, 1 Feb 2011 16:18:59 -0500 Received: from e7.ny.us.ibm.com ([32.97.182.137]:40133 "EHLO e7.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407Ab1BAVS6 (ORCPT ); Tue, 1 Feb 2011 16:18:58 -0500 Subject: Re: [patch 14/28] posix-timers: Remove useless res field from k_clock From: john stultz To: Thomas Gleixner Cc: LKML , Richard Cochran , Ingo Molnar , Peter Zijlstra In-Reply-To: <20110201134418.808714587@linutronix.de> References: <20110201134320.688829863@linutronix.de> <20110201134418.808714587@linutronix.de> Content-Type: text/plain; charset="UTF-8" Date: Tue, 01 Feb 2011 13:18:46 -0800 Message-ID: <1296595126.3336.57.camel@work-vm> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit X-Content-Scanned: Fidelis XPS MAILER Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2011-02-01 at 13:51 +0000, Thomas Gleixner wrote: > plain text document attachment > (posix-timers-remove-unused-res-field.patch) > The res member of kclock is only used by mmtimer.c, but even there it > contains redundant information. Remove the field and fixup mmtimer. > > Signed-off-by: Thomas Gleixner > Cc: John Stultz > Cc: Richard Cochran Acked-by: John Stultz