X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fs%2Fbio.c;h=5eaa70c9d96e6bb3900930d63beb224f38d15c8f;hb=aacea90fa447855f2d5a15ee0b9fd5273cdd7c5b;hp=73922abba832d0a41c1cb01bbf5bcc0fec1cb78b;hpb=3c3416abbe3328c2fae054379894614b0c894069;p=linux-block.git diff --git a/fs/bio.c b/fs/bio.c index 73922abba832..5eaa70c9d96e 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