* [PATCH2] 2.4.9-ac9 NTFS minor fix to previous patch
@ 2001-09-06 18:45 Anton Altaparmakov
0 siblings, 0 replies; only message in thread
From: Anton Altaparmakov @ 2001-09-06 18:45 UTC (permalink / raw)
To: alan; +Cc: linux-kernel
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-06 18:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-06 18:45 [PATCH2] 2.4.9-ac9 NTFS minor fix to previous patch Anton Altaparmakov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®