diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-23 13:14:09 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-23 13:14:09 +0100 |
| commit | cf74566f126a1f637e7ff475d82b65698836f662 (patch) | |
| tree | 382d23b237686108a0c672965de44938109249f0 /include/linux/types.h | |
| parent | eeae692c20303436b710814d9f594e6d129404db (diff) | |
| parent | ce76d9d4f5f36501013bd94bb65dd067f04b2913 (diff) | |
| download | linux-next-cf74566f126a1f637e7ff475d82b65698836f662.tar.gz linux-next-cf74566f126a1f637e7ff475d82b65698836f662.zip | |
Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
Diffstat (limited to 'include/linux/types.h')
| -rw-r--r-- | include/linux/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/types.h b/include/linux/types.h index 93166b0b0617..bc5dda2a3d86 100644 --- a/include/linux/types.h +++ b/include/linux/types.h @@ -163,6 +163,8 @@ typedef u32 dma_addr_t; typedef unsigned int __bitwise gfp_t; typedef unsigned int __bitwise slab_flags_t; typedef unsigned int __bitwise fmode_t; +typedef unsigned int __bitwise blk_mode_t; +typedef unsigned int __bitwise fop_flags_t; #ifdef CONFIG_PHYS_ADDR_T_64BIT typedef u64 phys_addr_t; |
