diff options
author | Jan Kara <jack@suse.cz> | 2021-05-03 11:48:09 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2021-08-11 16:54:44 +0200 |
commit | 04e8ee504a677d07dd60f6c8aae912e4842301c8 (patch) | |
tree | a830c05268d7e1d80a30ba03d7a7735fcb29c253 /fs/udf | |
parent | 781d2a9a2fc7d0be53a072794dc03ef6de770f3d (diff) | |
download | linux-stable-04e8ee504a677d07dd60f6c8aae912e4842301c8.tar.gz linux-stable-04e8ee504a677d07dd60f6c8aae912e4842301c8.tar.bz2 linux-stable-04e8ee504a677d07dd60f6c8aae912e4842301c8.zip |
udf: Remove unused declaration
Remove declaration of struct virtualAllocationTable15. It is unused.
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/udf')
-rw-r--r-- | fs/udf/osta_udf.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/udf/osta_udf.h b/fs/udf/osta_udf.h index 22bc4fb2feb9..1c83aeede52e 100644 --- a/fs/udf/osta_udf.h +++ b/fs/udf/osta_udf.h @@ -178,15 +178,6 @@ struct metadataPartitionMap { uint8_t reserved2[5]; } __packed; -/* Virtual Allocation Table (UDF 1.5 2.2.10) */ -struct virtualAllocationTable15 { - __le32 vatEntry[0]; - struct regid vatIdent; - __le32 previousVATICBLoc; -} __packed; - -#define ICBTAG_FILE_TYPE_VAT15 0x00U - /* Virtual Allocation Table (UDF 2.60 2.2.11) */ struct virtualAllocationTable20 { __le16 lengthHeader; |