projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05653ef
)
btrfs: remove obsolete part of comment in statfs
author
David Sterba
<dsterba@suse.com>
Fri, 15 Jul 2016 13:31:56 +0000
(15:31 +0200)
committer
David Sterba
<dsterba@suse.com>
Tue, 26 Jul 2016 11:52:25 +0000
(13:52 +0200)
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
patch
|
blob
|
history
diff --git
a/fs/btrfs/super.c
b/fs/btrfs/super.c
index 8766d560a48fe1715bef77ed1bee2b96f0bd3161..208b15e7a1717b69c2b4e1e7023088d7257eb5ef 100644
(file)
--- 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)
{