btrfs: update comment for btrfs_dirty_pages
authorQu Wenruo <wqu@suse.com>
Wed, 6 Jan 2021 01:01:42 +0000 (09:01 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 8 Feb 2021 21:58:52 +0000 (22:58 +0100)
commitc0fab480955c4a943cc77be58269d97128ac3ef9
tree4fdf3815232e5bbe98c698d8904ccd56306ed1d6
parent6bc5636a67bf489d95ebc06c0449396fd487d309
btrfs: update comment for btrfs_dirty_pages

The original comment is from the initial merge, which has several
problems:

- No holes check any more
- No inline decision is made

Update the out-of-date comment with more correct one.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file.c