diff options
author | Goldwyn Rodrigues | 2016-09-22 14:12:09 -0500 |
---|---|---|
committer | David Sterba | 2016-09-26 19:37:06 +0200 |
commit | 6cea66e5447caff77d4a3a61295a5d922b97cb4a (patch) | |
tree | 316dfcd0a405d6fd368e55fd420ce9a12ab3ddaf /fs | |
parent | dd12d5b8046f556cd9d13ab9d0e83ce03c6f3a16 (diff) |
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')
-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 |