summaryrefslogtreecommitdiff
path: root/fs/btrfs/ordered-data.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-07-25 18:12:06 +0300
committerAl Viro <viro@zeniv.linux.org.uk>2012-08-04 12:15:35 +0400
commitb257031408945eb89980e14cb79d5fd854d8f25f (patch)
tree70131ecffc1c9bae54a393e455a7d946ca3ae93f /fs/btrfs/ordered-data.c
parent34eaadaf22b0dd453288c6b115e0c823a0fb74d5 (diff)
downloadlinux-3.10-b257031408945eb89980e14cb79d5fd854d8f25f.tar.gz
linux-3.10-b257031408945eb89980e14cb79d5fd854d8f25f.tar.bz2
linux-3.10-b257031408945eb89980e14cb79d5fd854d8f25f.zip
btrfs: nuke pdflush from comments
The pdflush thread is long gone, so this patch removes references to pdflush from btrfs comments. Cc: Chris Mason <chris.mason@fusionio.com> Cc: linux-btrfs@vger.kernel.org Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/btrfs/ordered-data.c')
-rw-r--r--fs/btrfs/ordered-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ordered-data.c b/fs/btrfs/ordered-data.c
index 643335a4fe3..051c7fe551d 100644
--- a/fs/btrfs/ordered-data.c
+++ b/fs/btrfs/ordered-data.c
@@ -596,7 +596,7 @@ void btrfs_start_ordered_extent(struct inode *inode,
/*
* pages in the range can be dirty, clean or writeback. We
* start IO on any dirty ones so the wait doesn't stall waiting
- * for pdflush to find them
+ * for the flusher thread to find them
*/
if (!test_bit(BTRFS_ORDERED_DIRECT, &entry->flags))
filemap_fdatawrite_range(inode->i_mapping, start, end);