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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4C0E443F.7070204@gw.tander.ru>
Date:	Tue, 08 Jun 2010 17:23:11 +0400
From:	Невенчанный Александр 
	<nevenchannyy@...tander.ru>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] Cleanup mmzone.h

commit 7f4ab448f88ae2d2bcb3d5f00e85300446d6495a
Author: Alexander Nevenchannyy <a.nevenchannyy@...il.com>
Date:   Tue Jun 8 15:45:52 2010 +0400

    [PATCH] Cleanup mmzone.h
    
    get_zone_counts() was dropped from kernel tree, see:
http://www.mail-archive.com/mm-commits@vger.kernel.org/msg07313.html
    but it's have prototype in header file. So cleanup them.
    
    Author:    Alexander Nevenchannyy <a.nevenchannyy@...il.com>
        modified:   include/linux/mmzone.h

diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index b4d109e..9ed9c45 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -651,8 +651,6 @@ typedef struct pglist_data {
 #include <linux/memory_hotplug.h>
 
 extern struct mutex zonelists_mutex;
-void get_zone_counts(unsigned long *active, unsigned long *inactive,
-                       unsigned long *free);
 void build_all_zonelists(void *data);
 void wakeup_kswapd(struct zone *zone, int order);
 int zone_watermark_ok(struct zone *z, int order, unsigned long mark,

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ