From 5d821606674493f5e88c2abd00596535878cf78b Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 15 Jul 2016 15:31:56 +0200 Subject: [PATCH] btrfs: remove obsolete part of comment in statfs The mixed blockgroup reporting has been fixed by commit c1cb0f9d803ca9167c2d878c807d9f4a4b21c906 "btrfs: fix mixed block count of available space" Signed-off-by: David Sterba --- fs/btrfs/super.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 8766d560a48fe..208b15e7a1717 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -2052,9 +2052,6 @@ static int btrfs_calc_avail_data_space(struct btrfs_root *root, u64 *free_bytes) * chunk). * * If metadata is exhausted, f_bavail will be 0. - * - * FIXME: not accurate for mixed block groups, total and free/used are ok, - * available appears slightly larger. */ static int btrfs_statfs(struct dentry *dentry, struct kstatfs *buf) { -- 2.39.5