mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] mm: export cancel_dirty_page()
@ 2006-12-21 23:13 Ingo Molnar
  2006-12-21 23:28 ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Ingo Molnar @ 2006-12-21 23:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

From: Ingo Molnar <mingo@elte.hu>
Subject: [patch] export cancel_dirty_page()

export cancel_dirty_page() - it's used by hugetlbfs which can be 
modular. (This makes my -git based kernel yum repository build again.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>

Index: linux/mm/truncate.c
===================================================================
--- linux.orig/mm/truncate.c
+++ linux/mm/truncate.c
@@ -65,6 +65,7 @@ void cancel_dirty_page(struct page *page
 		task_io_account_cancelled_write(account_size);
 	}
 }
+EXPORT_SYMBOL(cancel_dirty_page);
 
 /*
  * If truncate cannot remove the fs-private metadata from the page, the page

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-22  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-21 23:13 [patch] mm: export cancel_dirty_page() Ingo Molnar
2006-12-21 23:28 ` Adrian Bunk
2006-12-21 23:30   ` Ingo Molnar
2006-12-22  0:54     ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®