mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
34eaadaf22
commit
b257031408
2 changed files with 3 additions and 2 deletions
|
@ -324,7 +324,8 @@ static noinline int add_async_extent(struct async_cow *cow,
|
|||
* If this code finds it can't get good compression, it puts an
|
||||
* entry onto the work queue to write the uncompressed bytes. This
|
||||
* makes sure that both compressed inodes and uncompressed inodes
|
||||
* are written in the same order that pdflush sent them down.
|
||||
* are written in the same order that the flusher thread sent them
|
||||
* down.
|
||||
*/
|
||||
static noinline int compress_file_range(struct inode *inode,
|
||||
struct page *locked_page,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue