commit | f11a016a852f32e9c991baf6a036390eac5b4266 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri May 01 22:06:02 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Thu Jun 04 15:37:58 2020 +0100 |
tree | e3f22ae2effd9687a03c9d7765fe949f7861a320 | |
parent | 3c4c4075fc61f5c37a0112b1dc8398025dc3e26a [diff] |
afs: Fix afs_statfs() to not let the values go below zero Fix afs_statfs() so that the value for f_bavail and f_bfree don't go "negative" if the number of blocks in use by a volume exceeds the max quota for that volume. Signed-off-by: David Howells <dhowells@redhat.com>