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>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 1 Jan 2007 23:28:42 +0000 (GMT)
From:	Anton Altaparmakov <aia21@....ac.uk>
To:	Linus Torvalds <torvalds@...l.org>, Andrew Morton <akpm@...l.org>
cc:	linux-kernel@...r.kernel.org
Subject: [2.6 PATCH] Export invalidate_mapping_pages() to modules.

Hi Linus and Andrew,

Please apply below patch which exports invalidate_mapping_pages() to 
modules.  It makes no sense to me to export invalidate_inode_pages() and 
not invalidate_mapping_pages() and I actually need 
invalidate_mapping_pages() because of its range specification ability...

It would be great if this could make it into 2.6.20!

Thanks a lot in advance!

Best regards,

	Anton
-- 
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer, http://www.linux-ntfs.org/

---

Export invalidate_mapping_pages() to modules.

Signed-off-by: Anton Altaparmakov <aia21@...tab.net>
---

diff --git a/mm/truncate.c b/mm/truncate.c
index ecdfdcc..26acee6 100644
--- a/mm/truncate.c
+++ b/mm/truncate.c
@@ -303,6 +303,7 @@ unlock:
 	}
 	return ret;
 }
+EXPORT_SYMBOL(invalidate_mapping_pages);
 
 unsigned long invalidate_inode_pages(struct address_space *mapping)
 {
-
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