]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
bcachefs: statfs bfree and bavail should be the same
authorDan Robertson <dan@dlrobertson.com>
Wed, 23 Jun 2021 23:25:00 +0000 (19:25 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:07 +0000 (17:09 -0400)
commite8e9607f3c1bb927002b7582b68d36c7eb3e92e2
treefa799e72c40ec7a74a1a8518099aca0c8684527a
parentfdc6b08451167bfc1ae260b252ad2bf2f9735f50
bcachefs: statfs bfree and bavail should be the same

The value of f_bfree and f_bavail should be the same. The value of
f_bfree is not currently scaled by the availability factor.

Signed-off-by: Dan Robertson <dan@dlrobertson.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs.c