diff options
author | Goldwyn Rodrigues <rgoldwyn@suse.com> | 2016-09-22 21:12:09 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2016-09-26 19:37:06 +0200 |
commit | 6cea66e5447caff77d4a3a61295a5d922b97cb4a (patch) | |
tree | 316dfcd0a405d6fd368e55fd420ce9a12ab3ddaf /fs/btrfs | |
parent | btrfs: Do not reassign count in btrfs_run_delayed_refs (diff) | |
download | linux-6cea66e5447caff77d4a3a61295a5d922b97cb4a.tar.xz linux-6cea66e5447caff77d4a3a61295a5d922b97cb4a.zip |
btrfs: Remove already completed TODO comment
Fixes: 7cf5b97650f2 ("btrfs: qgroup: Cleanup old inaccurate facilities")
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/extent-tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 475962850a1f..a23597f6d3cd 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c @@ -6112,8 +6112,6 @@ void btrfs_delalloc_release_metadata(struct inode *inode, u64 num_bytes) * @start: start range we are writing to * @len: how long the range we are writing to * - * TODO: This function will finally replace old btrfs_delalloc_reserve_space() - * * This will do the following things * * o reserve space in data space info for num bytes |