Commit 0d5c3eba authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by Al Viro

vfs: nuke pdflush from comments

The pdflush thread is long gone, so this patch removes references to pdflush
from vfs comments.
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 12810ad7
...@@ -1312,7 +1312,7 @@ EXPORT_SYMBOL(bio_copy_kern); ...@@ -1312,7 +1312,7 @@ EXPORT_SYMBOL(bio_copy_kern);
* Note that this code is very hard to test under normal circumstances because * Note that this code is very hard to test under normal circumstances because
* direct-io pins the pages with get_user_pages(). This makes * 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. * 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. * pagecache.
* *
* Simply disabling the call to bio_set_pages_dirty() is a good way to test the * Simply disabling the call to bio_set_pages_dirty() is a good way to test the
......
...@@ -104,7 +104,6 @@ static inline void wait_on_inode(struct inode *inode) ...@@ -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); wait_on_bit(&inode->i_state, __I_NEW, inode_wait, TASK_UNINTERRUPTIBLE);
} }
/* /*
* mm/page-writeback.c * mm/page-writeback.c
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment