[Drbd-dev] [PATCH 14/16] drbd: nuke pdflush from comments
    Artem Bityutskiy 
    artem.bityutskiy at linux.intel.com
       
    Wed Jul 25 17:12:12 CEST 2012
    
    
  
From: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
The pdflush thread is long gone, so this patch removes references to pdflush
from drbd comments.
Cc: drbd-dev at lists.linbit.com
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
---
I expect this patch to be merged via Al Viro's VFS tree.
 drivers/block/drbd/drbd_main.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/block/drbd/drbd_main.c b/drivers/block/drbd/drbd_main.c
index 920ede2..974f2b6 100644
--- a/drivers/block/drbd/drbd_main.c
+++ b/drivers/block/drbd/drbd_main.c
@@ -3521,9 +3521,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.
  */
-- 
1.7.10
    
    
More information about the drbd-dev
mailing list