[PATCH2] 2.4.9-ac9 NTFS minor fix to previous patch

From: Anton Altaparmakov (aia21@cus.cam.ac.uk)
Date: Thu Sep 06 2001 - 13:45:52 EST


Hello Alan,

Below patch is incremental to previous large patch and fixes a small no
brainer on my part which caused the ntfs module to have an undefined
symbol if compiled without debug support... - Please apply. Thanks.

</me writes on my forehead>Test all compile options before sending a
patch.

Best regards,

        Anton

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

--- linux-2.4.9-ac9-ntfs-1.1.18b/fs/ntfs/support.h Mon Jul 16 23:14:10 2001 +++ linux-2.4.9-ac9-ntfs-1.1.18/fs/ntfs/support.h Thu Sep 6 19:21:40 2001 @@ -19,7 +19,11 @@ #define DEBUG_NAME1 1024 #define DEBUG_NAME2 2048 +#ifdef DEBUG void ntfs_debug(int mask, const char *fmt, ...); +#else +#define ntfs_debug(mask, fmt, ...) do {} while (0) +#endif #include <linux/slab.h> #include <linux/vmalloc.h> --- linux-2.4.9-ac9-ntfs-1.1.18b/fs/ntfs/support.c Thu Sep 6 19:32:28 2001 +++ linux-2.4.9-ac9-ntfs-1.1.18/fs/ntfs/support.c Thu Sep 6 19:20:55 2001 @@ -62,7 +62,6 @@ } #endif #else /* End of DEBUG functions. Normal ones below... */ -#define ntfs_debug(mask, fmt, ...) do {} while (0) #ifndef ntfs_malloc void *ntfs_malloc(int size) - 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/



This archive was generated by hypermail 2b29 : Fri Sep 07 2001 - 21:00:36 EST