From: David Sterba Date: Fri, 15 Jul 2016 13:31:56 +0000 (+0200) Subject: btrfs: remove obsolete part of comment in statfs X-Git-Tag: v4.14-rc1~2452^2~27^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9f8d49095b86d3494ee184f6ede4a5b179d5dc5c;p=platform%2Fkernel%2Flinux-rpi.git btrfs: remove obsolete part of comment in statfs The mixed blockgroup reporting has been fixed by commit ae02d1bd070767e109f4a6f1bb1f466e9698a355 "btrfs: fix mixed block count of available space" Signed-off-by: David Sterba --- diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 8766d56..208b15e 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) {