Skip to content

Commit

Permalink
drbd: nuke pdflush from comments
Browse files Browse the repository at this point in the history
The pdflush thread is long gone, so this patch removes references to pdflush
from drbd comments.

Cc: drbd-dev@lists.linbit.com
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Artem Bityutskiy authored and Al Viro committed Aug 4, 2012
1 parent 166ac34 commit d97482e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3537,9 +3537,9 @@ static void drbd_cleanup(void)
}

/**
* drbd_congested() - Callback for pdflush
* drbd_congested() - Callback for the flusher thread
* @congested_data: User data
* @bdi_bits: Bits pdflush is currently interested in
* @bdi_bits: Bits the BDI flusher thread is currently interested in
*
* Returns 1<<BDI_async_congested and/or 1<<BDI_sync_congested if we are congested.
*/
Expand Down

0 comments on commit d97482e

Please sign in to comment.