All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs: remove obsolete part of comment in statfs
@ 2016-07-15 13:31 David Sterba
  0 siblings, 0 replies; only message in thread
From: David Sterba @ 2016-07-15 13:31 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

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>
---
 fs/btrfs/super.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index 60e7179ed4b7..135fe88de568 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -2030,9 +2030,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.7.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-15 13:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 13:31 [PATCH] btrfs: remove obsolete part of comment in statfs David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.