aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-07-25 18:12:08 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2012-08-04 12:15:37 +0400
commit0d5c3eba2e1e5aa74e097f49bc90b58f607e101c (patch)
tree09463050b4738e380ea7d9fa32d607e7fb2040bb
parent12810ad70858af10f5e00b3c178085c03baa457b (diff)
downloadcpupower-0d5c3eba2e1e5aa74e097f49bc90b58f607e101c.tar.gz
vfs: nuke pdflush from comments
The pdflush thread is long gone, so this patch removes references to pdflush from vfs comments. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r--fs/bio.c2
-rw-r--r--include/linux/writeback.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/fs/bio.c b/fs/bio.c
index 73922abba832d0..5eaa70c9d96e6b 100644
--- a/fs/bio.c
+++ b/fs/bio.c
@@ -1312,7 +1312,7 @@ EXPORT_SYMBOL(bio_copy_kern);
* Note that this code is very hard to test under normal circumstances because
* direct-io pins the pages with get_user_pages(). This makes
* is_page_cache_freeable return false, and the VM will not clean the pages.
- * But other code (eg, pdflush) could clean the pages if they are mapped
+ * But other code (eg, flusher threads) could clean the pages if they are mapped
* pagecache.
*
* Simply disabling the call to bio_set_pages_dirty() is a good way to test the
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index c66fe3332d8376..50c3e8fa06a865 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -104,7 +104,6 @@ static inline void wait_on_inode(struct inode *inode)
wait_on_bit(&inode->i_state, __I_NEW, inode_wait, TASK_UNINTERRUPTIBLE);
}
-
/*
* mm/page-writeback.c
*/