[v2,3/5] linux: Mimic kernel defition for BLOCK_SIZE

Message ID 20220810172447.1502169-4-adhemerval.zanella@linaro.org
State Committed
Commit c68b6044bc7945716431f1adc091b17c39b80a06
Headers
Series Fix sys/mount.h and kernel header tests |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent

Commit Message

Adhemerval Zanella Aug. 10, 2022, 5:24 p.m. UTC
  To avoid possible warnings if the kernel header is included before
sys/mount.h.
---
 sysdeps/unix/sysv/linux/sys/mount.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Florian Weimer Aug. 10, 2022, 5:36 p.m. UTC | #1
* Adhemerval Zanella:

> To avoid possible warnings if the kernel header is included before
> sys/mount.h.
> ---
>  sysdeps/unix/sysv/linux/sys/mount.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sysdeps/unix/sysv/linux/sys/mount.h b/sysdeps/unix/sysv/linux/sys/mount.h
> index f965986ba8..df6b0dbb42 100644
> --- a/sysdeps/unix/sysv/linux/sys/mount.h
> +++ b/sysdeps/unix/sysv/linux/sys/mount.h
> @@ -27,8 +27,8 @@
>  #include <stddef.h>
>  #include <sys/ioctl.h>
>  
> -#define BLOCK_SIZE	1024
>  #define BLOCK_SIZE_BITS	10
> +#define BLOCK_SIZE	(1<<BLOCK_SIZE_BITS)

Looks good.

Reviewed-by: Florian Weimer <fweimer@redhat.com>

Thanks,
Florian
  

Patch

diff --git a/sysdeps/unix/sysv/linux/sys/mount.h b/sysdeps/unix/sysv/linux/sys/mount.h
index f965986ba8..df6b0dbb42 100644
--- a/sysdeps/unix/sysv/linux/sys/mount.h
+++ b/sysdeps/unix/sysv/linux/sys/mount.h
@@ -27,8 +27,8 @@ 
 #include <stddef.h>
 #include <sys/ioctl.h>
 
-#define BLOCK_SIZE	1024
 #define BLOCK_SIZE_BITS	10
+#define BLOCK_SIZE	(1<<BLOCK_SIZE_BITS)
 
 
 /* These are the fs-independent mount-flags: up to 16 flags are