From 655b96632d27cb650da98c850e44ae8c9d6c7222 Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Tue, 26 Oct 2010 14:22:03 -0700 Subject: [PATCH] --- yaml --- r: 217485 b: refs/heads/master c: 92c09c041f15fc88b35f8628e07639f52e1fbb38 h: refs/heads/master i: 217483: 50c8cb0896ace14dc784cc7a8ab22aea1e54ad2e v: v3 --- [refs] | 2 +- trunk/include/linux/backing-dev.h | 1 + trunk/include/linux/writeback.h | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7158993eca97..b108e266058a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e199b5d1fed13f5e8f47a0ee8216f36244dad1f4 +refs/heads/master: 92c09c041f15fc88b35f8628e07639f52e1fbb38 diff --git a/trunk/include/linux/backing-dev.h b/trunk/include/linux/backing-dev.h index f1b402a50679..4ce34fa937d4 100644 --- a/trunk/include/linux/backing-dev.h +++ b/trunk/include/linux/backing-dev.h @@ -111,6 +111,7 @@ void bdi_wakeup_thread_delayed(struct backing_dev_info *bdi); extern spinlock_t bdi_lock; extern struct list_head bdi_list; +extern struct list_head bdi_pending_list; static inline int wb_has_dirty_io(struct bdi_writeback *wb) { diff --git a/trunk/include/linux/writeback.h b/trunk/include/linux/writeback.h index 72a5d647a5f2..c7299d2ace6b 100644 --- a/trunk/include/linux/writeback.h +++ b/trunk/include/linux/writeback.h @@ -149,6 +149,8 @@ int write_cache_pages(struct address_space *mapping, int do_writepages(struct address_space *mapping, struct writeback_control *wbc); void set_page_dirty_balance(struct page *page, int page_mkwrite); void writeback_set_ratelimit(void); +void tag_pages_for_writeback(struct address_space *mapping, + pgoff_t start, pgoff_t end); /* pdflush.c */ extern int nr_pdflush_threads; /* Global so it can be exported to sysctl