[PATCH] rename wakeup_bdflush to wakeup_pdflush

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Pekka J Enberg
2005-06-28 20:44:55 -07:00
committed by Linus Torvalds
父節點 05133fc498
當前提交 687a21cee1
共有 4 個文件被更改,包括 5 次插入5 次删除

查看文件

@@ -278,7 +278,7 @@ EXPORT_SYMBOL(thaw_bdev);
*/
static void do_sync(unsigned long wait)
{
wakeup_bdflush(0);
wakeup_pdflush(0);
sync_inodes(0); /* All mappings, inodes and their blockdevs */
DQUOT_SYNC(NULL);
sync_supers(); /* Write the superblocks */
@@ -497,7 +497,7 @@ static void free_more_memory(void)
struct zone **zones;
pg_data_t *pgdat;
wakeup_bdflush(1024);
wakeup_pdflush(1024);
yield();
for_each_pgdat(pgdat) {