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:	Thu, 25 Oct 2007 00:15:55 +0900
From:	Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH 2.6.24-rc1] EXPORT_SYMBOL(__set_page_dirty_no_writeback);

I think __set_page_dirty_no_writeback should be exported so that
tmpfs-like filesystems can use it.

Signed-off-by: Tetsuo Handa  <penguin-kernel@...ove.SAKURA.ne.jp>

---
 mm/page-writeback.c |    1 +
 1 file changed, 1 insertion(+)

Index: linux-2.6/mm/page-writeback.c
===================================================================
--- linux-2.6.orig/mm/page-writeback.c	2007-10-25 00:04:46.000000000 +0900
+++ linux-2.6/mm/page-writeback.c	2007-10-25 00:05:45.000000000 +0900
@@ -975,6 +975,7 @@
 		SetPageDirty(page);
 	return 0;
 }
+EXPORT_SYMBOL(__set_page_dirty_no_writeback);
 
 /*
  * For address_spaces which do not use buffers.  Just tag the page as dirty in

-
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