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:	Wed, 11 Jul 2007 16:14:10 +0400
From:	Kirill Kuvaldin <kuvkir@...mu.com>
To:	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH] fixing the comment in mm/filemap.c

Seems that generic_file_write is no longer available, and
generic_file_buffered_write should be referred instead.
This makes the comment consistent.

Signed-off-by: Kirill Kuvaldin <kuvkir@...mu.com>

diff --git a/mm/filemap.c b/mm/filemap.c
index edb1b0b..0a8b71e 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -1846,7 +1846,7 @@ EXPORT_SYMBOL(read_cache_page);
 /*
  * If the page was newly created, increment its refcount and add it to the
  * caller's lru-buffering pagevec.  This function is specifically for
- * generic_file_write().
+ * generic_file_buffered_write().
  */
 static inline struct page *
 __grab_cache_page(struct address_space *mapping, unsigned long index,
-
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