Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261622AbVC0XtI (ORCPT ); Sun, 27 Mar 2005 18:49:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261629AbVC0XtH (ORCPT ); Sun, 27 Mar 2005 18:49:07 -0500 Received: from mail.dif.dk ([193.138.115.101]:57265 "EHLO mail.dif.dk") by vger.kernel.org with ESMTP id S261622AbVC0XtE (ORCPT ); Sun, 27 Mar 2005 18:49:04 -0500 Date: Mon, 28 Mar 2005 01:51:06 +0200 (CEST) From: Jesper Juhl To: Zwane Mwaikambo Cc: Jesper Juhl , linux-kernel , Ingo Molnar , Robert Love Subject: Re: [RFC] spinlock_t & rwlock_t break_lock member initialization (patch seeking comments included) In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1053 Lines: 27 On Sun, 27 Mar 2005, Zwane Mwaikambo wrote: > On Sun, 27 Mar 2005, Jesper Juhl wrote: > > > I've now been running kernels (both PREEMPT, SMP, both and without both) > > with the patch below applied for a few days and I see no ill effects. I'm > > still interrested in comments about wether or not something like this > > makes sense and is acceptable ? > > The concept seems fine to me, although i think you should be using named > initialisers instead. > I wrote it the way I did to keep it similar to how the other members were initialized, I wouldn't mind a different approach, but doing it this way seemed to be what would "fit in" best, and it did the trick for me (silenced the annoying warnings) and seemed safe. Thank you for taking the time to comment on this trivial issue. -- Jesper - 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/