udf: Get rid of 0-length arrays in struct fileIdentDesc
authorJan Kara <jack@suse.cz>
Mon, 3 May 2021 09:54:24 +0000 (11:54 +0200)
committerJan Kara <jack@suse.cz>
Wed, 11 Aug 2021 14:54:44 +0000 (16:54 +0200)
commit979a6e28dd969a2222545001f79566b4bfaf06c0
tree2f84f4228fa2b68b9e108a0031e3bca1f83bba65
parentb3c8c9801eb9b8e0f73246b4b14efbde1a4c570c
udf: Get rid of 0-length arrays in struct fileIdentDesc

Get rid of 0-length arrays in struct fileIdentDesc. This requires a bit
of cleaning up as the second variable length array in this structure is
often used and the code abuses the fact that the first two arrays have
the same type and offset in struct fileIdentDesc.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/dir.c
fs/udf/ecma_167.h
fs/udf/inode.c
fs/udf/namei.c
fs/udf/udfdecl.h