lkml.org 
[lkml]   [2001]   [Sep]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH2] 2.4.9-ac9 NTFS minor fix to previous patch
Date
From
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/
\
 
 \ /
  Last update: 2005-03-22 13:02    [W:0.035 / U:0.472 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site