From: Linus Torvalds Date: Fri, 25 Sep 2009 16:27:30 +0000 (-0700) Subject: Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block X-Git-Tag: v2.6.32-rc1~24 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=6d7f18f6ea3a13af95bdf507fc54d42b165e1712 Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-block * 'writeback' of git://git.kernel.dk/linux-2.6-block: writeback: writeback_inodes_sb() should use bdi_start_writeback() writeback: don't delay inodes redirtied by a fast dirtier writeback: make the super_block pinning more efficient writeback: don't resort for a single super_block in move_expired_inodes() writeback: move inodes from one super_block together writeback: get rid to incorrect references to pdflush in comments writeback: improve readability of the wb_writeback() continue/break logic writeback: cleanup writeback_single_inode() writeback: kupdate writeback shall not stop when more io is possible writeback: stop background writeback when below background threshold writeback: balance_dirty_pages() shall write more than dirtied pages fs: Fix busyloop in wb_writeback() --- 6d7f18f6ea3a13af95bdf507fc54d42b165e1712 diff --cc fs/buffer.c index 24afd7422ae8,fc22b4504087..6fa530256bfd --- a/fs/buffer.c +++ b/fs/buffer.c @@@ -277,10 -272,9 +277,10 @@@ void invalidate_bdev(struct block_devic invalidate_bh_lrus(); invalidate_mapping_pages(mapping, 0, -1); } +EXPORT_SYMBOL(invalidate_bdev); /* - * Kick pdflush then try to free up some ZONE_NORMAL memory. + * Kick the writeback threads then try to free up some ZONE_NORMAL memory. */ static void free_more_memory(void) {