lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 6 Apr 2009 09:08:36 +0800 (SGT)
From:	Jeff Chua <jeff.chua.linux@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
cc:	Linux Kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] fix mm/filemap.c:841: error: redefinition of
 '__kcrctab_add_to_page_cache_lru'


Linus,

Compiling linux from latest git pull resulted in these errors ...

mm/filemap.c:841: error: redefinition of '__kcrctab_add_to_page_cache_lru'
mm/filemap.c:518: error: previous definition of 
'__kcrctab_add_to_page_cache_lru' was here


Here's a patch to fix it. add_to_page_cache_lru was already defined in 
line 518.

Thanks,
Jeff


--- linux/mm/filemap.c.org	2009-04-06 08:25:41 +0800
+++ linux/mm/filemap.c	2009-04-06 08:25:48 +0800
@@ -838,7 +838,6 @@
  	rcu_read_unlock();
  	return ret;
  }
-EXPORT_SYMBOL(add_to_page_cache_lru);

  /**
   * find_get_pages_contig - gang contiguous pagecache lookup
--
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