Re: [PATCH 5/4] [-mm patch] Rename macros returning the size.

2007-09-25 Thread Ken'ichi Ohmichi
Hi Satyam, Satyam Sharma wrote: > > On Thu, 20 Sep 2007, Ken'ichi Ohmichi wrote: >> >> [PATCH 5/4] [-mm patch] Rename macros returning the size. >> >> The #define SIZE() should be renamed STRUCT_SIZE() since it's always >> >> returning t

Re: [PATCH 5/4] [-mm patch] Rename macros returning the size.

2007-09-20 Thread David Rientjes
On Thu, 20 Sep 2007, Satyam Sharma wrote: > > [PATCH 5/4] [-mm patch] Rename macros returning the size. > > The #define SIZE() should be renamed STRUCT_SIZE() since it's always > > returning the size of the struct with a given name. This would allow > > TYPEDEF

Re: [PATCH 5/4] [-mm patch] Rename macros returning the size.

2007-09-20 Thread Satyam Sharma
Hi, On Thu, 20 Sep 2007, Ken'ichi Ohmichi wrote: > > [PATCH 5/4] [-mm patch] Rename macros returning the size. > The #define SIZE() should be renamed STRUCT_SIZE() since it's always > returning the size of the struct with a given name. This would allow > TYPEDE

[PATCH 5/4] [-mm patch] Rename macros returning the size.

2007-09-19 Thread Ken'ichi Ohmichi
[PATCH 5/4] [-mm patch] Rename macros returning the size. The #define SIZE() should be renamed STRUCT_SIZE() since it's always returning the size of the struct with a given name. This would allow TYPEDEF_SIZE() to simply become SIZE() since it need not be used exclusively for typ