[<prev] [next>] [day] [month] [year] [list]
Message-ID: <b6a2187b0901261759q67b09a95v530127254b807042@mail.gmail.com>
Date: Tue, 27 Jan 2009 09:59:17 +0800
From: Jeff Chua <jeff.chua.linux@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: multiple definition of `debugfs_create_size_t' - please revert
8adb711f3668b034e7b956fac951ed08b53e0d55
Linus,
The below commit cause this problem. Reverting it solved the problem.
arch/x86/mm/pat.o: In function `debugfs_create_size_t':
pat.c:(.text+0x0): multiple definition of `debugfs_create_size_t'
arch/x86/mm/pageattr.o:(.text+0x0): first defined here
make[1]: *** [arch/x86/mm/built-in.o] Error 1
make: *** [arch/x86/mm] Error 2
Thanks,
Jeff.
commit 8adb711f3668b034e7b956fac951ed08b53e0d55
Author: Inaky Perez-Gonzalez <inaky@...ux.intel.com>
Date: Tue Jan 20 12:17:28 2009 -0800
debugfs: introduce stub for debugfs_create_size_t() when DEBUG_FS=n
Toralf Förster <toralf.foerster@....de> reported a build failure in
the WiMAX stack when CONFIG_DEBUG_FS=n
http://linuxwimax.org/pipermail/wimax/2009-January/000449.html
This is due to debugfs_create_size_t() missing an stub that returns
-ENODEV when the DEBUGFS subsystem is not configured in (like the rest
of the debugfs API).
This patch adds said stub.
Reported-by: Toralf Förster <toralf.foerster@....de>
Signed-off-by: Inaky Perez-Gonzalez <inaky@...ux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...e.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists