SCHED: add some "wait..on_bit...timeout()" interfaces.
[deliverable/linux.git] / include / linux / pagemap.h
index 3df8c7db7a4ec64e65b0ece15ad03a5fd58ccb30..87f9e4230d3a14831793d6792b5f973f46273078 100644 (file)
@@ -502,6 +502,8 @@ static inline int lock_page_or_retry(struct page *page, struct mm_struct *mm,
 extern void wait_on_page_bit(struct page *page, int bit_nr);
 
 extern int wait_on_page_bit_killable(struct page *page, int bit_nr);
+extern int wait_on_page_bit_killable_timeout(struct page *page,
+                                            int bit_nr, unsigned long timeout);
 
 static inline int wait_on_page_locked_killable(struct page *page)
 {
This page took 0.029955 seconds and 5 git commands to generate.