Re: Linux 2.4.10-pre6, NTFS build break

Anton Altaparmakov (aia21@cam.ac.uk)
Sun, 09 Sep 2001 13:33:05 +0100


At 07:38 09/09/2001, Aaron Lehmann wrote:
>On Sun, Sep 09, 2001 at 01:29:07AM -0400, John Kacur wrote:
> > Perhaps this can just be turned into
> > static inline ntfs_debug(mask, fmt, ...) do {} while(0)
>
>You mean static inline ntfs_debug(mask,fmt,...) { }

Actually:

static inline ntfs_debug(int mask, const char *fmt, ...) { }

>but it should probably also work as
>
>#define ntfs_debug(mask, fmt...) do {} while(0)

Indeed. This is what I intended to write but gcc-2.96 obviously forgave me
the typo... as it both compiles and works fine here.

Anton

-- 
   "Nothing succeeds like success." - Alexandre Dumas
-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Linux NTFS Maintainer / WWW: http://linux-ntfs.sf.net/
ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/

- 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/