[GIT PULL] flexible-array transformations for 6.6-rc1

From: Gustavo A. R. Silva
Date: Mon Aug 28 2023 - 16:36:01 EST


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/flex-array-transformations-6.6-rc1

for you to fetch changes up to 4d8cbf6dbcdaebe949461b0a933ae4c71cb53edc:

fs: omfs: Use flexible-array member in struct omfs_extent (2023-07-31 14:55:48 -0600)

----------------------------------------------------------------
flexible-array transformations for 6.6-rc1

Hi Linus,

Please, pull the following flexible-array transformations. These patches
have been baking in linux-next for a while.

Thanks
--
Gustavo

----------------------------------------------------------------
Gustavo A. R. Silva (3):
reiserfs: Replace one-element array with flexible-array member
sparc: openpromio: Address -Warray-bounds warning
fs: omfs: Use flexible-array member in struct omfs_extent

arch/sparc/include/uapi/asm/openpromio.h | 5 ++---
fs/omfs/file.c | 12 ++++++------
fs/omfs/omfs_fs.h | 2 +-
fs/reiserfs/fix_node.c | 5 +++--
fs/reiserfs/reiserfs.h | 2 +-
5 files changed, 13 insertions(+), 13 deletions(-)