commit | c2a742bc2159d115b91c448d77befed09400f572 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri May 01 22:06:02 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Fri May 29 17:32:04 2020 +0100 |
tree | 4d60dbd8e5d090bf1ee5b17e1ae5b2a899377993 | |
parent | 5600f7cdf3da830380a467275660d866de6246c6 [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>