Re: [RFC] device-mapper ioctl interface

Greg KH (greg@kroah.com)
Fri, 6 Jun 2003 10:17:00 -0700


On Thu, Jun 05, 2003 at 10:39:43AM +0100, Joe Thornber wrote:
> Here's the header file for the the proposed new ioctl interface for
> dm. We've tried to change as little as possible to minimise code
> changes in LVM2 and EVMS.

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.

thanks,

greg k-h
-
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/