[hurd,commited] hurd: statfsconv: Add missing f_ffree conversion

Message ID 20231107115205.261659-1-samuel.thibault@ens-lyon.org
State Committed
Commit 091ee2190dd5f30ca5eb4549f531ab7b75a1fd6e
Headers
Series [hurd,commited] hurd: statfsconv: Add missing f_ffree conversion |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch warning Patch already apply to master at the time it was sent
redhat-pt-bot/TryBot-32bit fail Patch series failed to apply
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_glibc_check--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_glibc_build--master-arm warning Patch is already merged

Commit Message

Samuel Thibault Nov. 7, 2023, 11:52 a.m. UTC
  ---
 sysdeps/mach/hurd/statfsconv.c | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/sysdeps/mach/hurd/statfsconv.c b/sysdeps/mach/hurd/statfsconv.c
index 8a2051c269..87c9688e08 100644
--- a/sysdeps/mach/hurd/statfsconv.c
+++ b/sysdeps/mach/hurd/statfsconv.c
@@ -34,6 +34,7 @@  statfs64_conv (struct statfs *buf, const struct statfs64 *buf64)
   DO (f_bfree);
   DO (f_bavail);
   DO (f_files);
+  DO (f_ffree);
   DO (f_fsid);
   DO (f_namelen);
   DO (f_favail);