Re: [PATCH] SG: set names for numeric constants

2007-10-27 Thread Cyrill Gorcunov
[Robert P. J. Day - Sat, Oct 27, 2007 at 01:14:22PM -0400] | On Sat, 27 Oct 2007, Cyrill Gorcunov wrote: | | > | > This patch defines names for numeric constants that | > used in scatter list for more convenient code reading. | > | > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> | ... | > @@

Re: [PATCH] SG: set names for numeric constants

2007-10-27 Thread Robert P. J. Day
On Sat, 27 Oct 2007, Cyrill Gorcunov wrote: > > This patch defines names for numeric constants that > used in scatter list for more convenient code reading. > > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> ... > @@ -73,7 +76,7 @@ static inline void sg_set_page(struct scatterlist *sg, > stru

[PATCH] SG: set names for numeric constants

2007-10-27 Thread Cyrill Gorcunov
This patch defines names for numeric constants that used in scatter list for more convenient code reading. Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> --- I'm not sure if it really needed but who knows ;) Any comments are welcome. include/linux/scatterlist.h | 21