[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] Re: [RFC] device-mapper ioctl interface
- From: Alasdair G Kergon <agk uk sistina com>
- To: dm-devel sistina com
- Cc: Linux Mailing List <linux-kernel vger kernel org>
- Subject: Re: [dm-devel] Re: [RFC] device-mapper ioctl interface
- Date: Fri Jun 6 14:54:01 2003
On Fri, Jun 06, 2003 at 10:17:00AM -0700, Greg KH wrote:
> Minor comment:
> - please do not use uint_32t types in kernel header files. Use
> the proper __u32 type which is guarenteed to be the proper
> size across the user/kernel boundry.
So is uint32_t:
linux/types.h: typedef __u32 uint32_t;
I think this comment is about style conformity i.e. most linux kernel
developers avoid these (not-so-)new and more-portable C99 types.
Alasdair
--
agk uk sistina com
Refs. http://www.xml.com/ldd/chapter/book/ch10.html
http://www.unix-systems.org/whitepapers/64bit.html
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]