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:	Tue, 29 May 2007 17:35:15 -0400
From:	"Anderson Briglia" <briglia.anderson@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH] Trivial fixes on comments related old shrink_list reference

Hi all,

This is just a trivial patch to fix the shrink_list name on some files
under mm/ directory.

Signed-off-by: Anderson Briglia <anderson.briglia@...t.org.br>
---
Index: linux-linus-2.6.git/mm/swap_state.c
===================================================================
--- linux-linus-2.6.git.orig/mm/swap_state.c	2007-05-29 17:12:56.000000000 -0400
+++ linux-linus-2.6.git/mm/swap_state.c	2007-05-29 17:13:59.000000000 -0400
@@ -21,7 +21,7 @@

 /*
  * swapper_space is a fiction, retained to simplify the path through
- * vmscan's shrink_list, to make sync_page look nicer, and to allow
+ * vmscan's shrink_page_list, to make sync_page look nicer, and to allow
  * future use of radix_tree tags in the swap cache.
  */
 static const struct address_space_operations swap_aops = {
Index: linux-linus-2.6.git/mm/swapfile.c
===================================================================
--- linux-linus-2.6.git.orig/mm/swapfile.c	2007-05-29 17:12:49.000000000 -0400
+++ linux-linus-2.6.git/mm/swapfile.c	2007-05-29 17:13:39.000000000 -0400
@@ -885,7 +885,7 @@ static int try_to_unuse(unsigned int typ
 		/*
 		 * So we could skip searching mms once swap count went
 		 * to 1, we did not mark any present ptes as dirty: must
-		 * mark page dirty so shrink_list will preserve it.
+		 * mark page dirty so shrink_page_list will preserve it.
 		 */
 		SetPageDirty(page);
 		unlock_page(page);
Index: linux-linus-2.6.git/mm/truncate.c
===================================================================
--- linux-linus-2.6.git.orig/mm/truncate.c	2007-05-29 17:13:08.000000000 -0400
+++ linux-linus-2.6.git/mm/truncate.c	2007-05-29 17:15:03.000000000 -0400
@@ -317,8 +317,8 @@ EXPORT_SYMBOL(invalidate_mapping_pages);
  * This is like invalidate_complete_page(), except it ignores the page's
  * refcount.  We do this because invalidate_inode_pages2() needs stronger
  * invalidation guarantees, and cannot afford to leave pages behind because
- * shrink_list() has a temp ref on them, or because they're transiently sitting
- * in the lru_cache_add() pagevecs.
+ * shrink_page_list() has a temp ref on them, or because they're transiently
+ * sitting in the lru_cache_add() pagevecs.
  */
 static int
 invalidate_complete_page2(struct address_space *mapping, struct page *page)

Download attachment "trivial_shrink_list_comment.tar.bz2" of type "application/x-bzip2" (1053 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ