projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
166ac34
)
drbd: nuke pdflush from comments
author
Artem Bityutskiy
<
[email protected]
>
Wed, 25 Jul 2012 15:12:12 +0000
(18:12 +0300)
committer
Al Viro
<
[email protected]
>
Sat, 4 Aug 2012 08:15:39 +0000
(12:15 +0400)
The pdflush thread is long gone, so this patch removes references to pdflush
from drbd comments.
Cc:
[email protected]
Signed-off-by: Artem Bityutskiy <
[email protected]
>
Signed-off-by: Al Viro <
[email protected]
>
drivers/block/drbd/drbd_main.c
patch
|
blob
|
history
diff --git
a/drivers/block/drbd/drbd_main.c
b/drivers/block/drbd/drbd_main.c
index 2e0e7fc1dbbaf50e24d8a446a4e20aeb2239f5bb..dbe6135a2abeddfb78b8d812f4b892c7b5696d03 100644
(file)
--- a/
drivers/block/drbd/drbd_main.c
+++ b/
drivers/block/drbd/drbd_main.c
@@
-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.
*/