[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAMe9rOrjNZB1K0rxR+m0WeYqptxyq33A5vwzzA7c350XtyXPXA@mail.gmail.com>
Date: Wed, 25 Apr 2012 14:24:59 -0700
From: "H.J. Lu" <hjl.tools@...il.com>
To: "H. Peter Anvin" <hpa@...or.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: BITS_PER_LONG used in include/asm-generic/statfs.h
Hi,
include/asm-generic/statfs.h has
#ifndef __statfs_word
#if BITS_PER_LONG == 64
#define __statfs_word long
#else
#define __statfs_word __u32
#endif
#endif
however, BITS_PER_LONG isn't defined when asm-generic/statfs.h is exported to
user space. Shouldn't it check __BITS_PER_LONG instead, at least when
exported to user space?
--
H.J.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists