From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754173Ab2G3Qao (ORCPT ); Mon, 30 Jul 2012 12:30:44 -0400 Received: from casper.infradead.org ([85.118.1.10]:36467 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753299Ab2G3Qan convert rfc822-to-8bit (ORCPT ); Mon, 30 Jul 2012 12:30:43 -0400 Message-ID: <1343665809.20897.5.camel@twins> Subject: Re: [PATCH 1/5] user_hooks: New user hooks subsystem From: Peter Zijlstra To: Steven Rostedt Cc: Frederic Weisbecker , LKML , Alessio Igor Bogani , Andrew Morton , Avi Kivity , Chris Metcalf , Christoph Lameter , Geoff Levand , Gilad Ben Yossef , Hakan Akkan , "H. Peter Anvin" , Ingo Molnar , Kevin Hilman , Max Krasnyansky , "Paul E. McKenney" , Stephen Hemminger , Sven-Thorsten Dietrich , Thomas Gleixner Date: Mon, 30 Jul 2012 18:30:09 +0200 In-Reply-To: <1343662074.27983.4.camel@gandalf.stny.rr.com> References: <1343403634-31555-1-git-send-email-fweisbec@gmail.com> <1343403634-31555-2-git-send-email-fweisbec@gmail.com> <1343660892.20897.3.camel@twins> <1343662074.27983.4.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2012-07-30 at 11:27 -0400, Steven Rostedt wrote: > I'm curious to what you have against bool in structures? _Bool as per the C std doesn't have a specified storage. Now IIRC hpa recently said that all GCC versions so far were consistent and used char (a byte) for it, but I might mis-remember.