On Fri, 2008-03-28 at 15:45 -0700, Andrew Morton wrote: > On Fri, 28 Mar 2008 17:35:04 -0500 > James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote: > > > On Fri, 2008-03-28 at 14:48 -0700, akpm@xxxxxxxxxxxxxxxxxxxx wrote: > > > From: Harvey Harrison <harvey.harrison@xxxxxxxxx> > > > > > > __FUNCTION__ is gcc-specific, use __func__ > > > > I thought we basically agreed > > No. > > > there was no point to this since if it > > ever became an issue you can do > > > > #define __FUNCTION__ __func__ > > > > inside the include/compiler-xxx.h file > > > > It's better to get things right at the original code site, rather than > adding crufty back-compatibility macros. > > The patches are easy to prepare, easy to review and easy to merge. There's > no reason to not do so. And if they conflict with anything, feel free to drop it file-by-file and I can respin against another tree once those bits are in. I'm here to make it as easy is possible, just point at a git tree. Harvey -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html