summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-07-15 15:31:56 +0200
committerDavid Sterba <dsterba@suse.com>2016-07-26 13:52:25 +0200
commit9f8d49095b86d3494ee184f6ede4a5b179d5dc5c (patch)
tree7832e1f384f044d0e0c78cc2232e53c6d5ebcf98
parent05653ef38659edc46a886c9bda105e64edba6896 (diff)
downloadlinux-9f8d49095b86d3494ee184f6ede4a5b179d5dc5c.tar.gz
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 <dsterba@suse.com>
-rw-r--r--fs/btrfs/super.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 8766d560a48f..208b15e7a171 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)
 {