Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d97482ed authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by Al Viro
Browse files

drbd: nuke pdflush from comments



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: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 166ac34b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.
 */