[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:

committed by
Linus Torvalds

父節點
05133fc498
當前提交
687a21cee1
@@ -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) {
|
||||
|
Reference in New Issue
Block a user