[Devel] [PATCH RHEL9 COMMIT] ms/udf: Remove unused declaration

Konstantin Khorenko khorenko at virtuozzo.com
Fri Nov 3 21:03:17 MSK 2023


The commit is pushed to "branch-rh9-5.14.0-284.25.1.vz9.30.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh9-5.14.0-284.25.1.vz9.30.10
------>
commit 2f3927128459512633061ff25b4d774328c0c973
Author: Jan Kara <jack at suse.cz>
Date:   Mon May 3 11:48:09 2021 +0200

    ms/udf: Remove unused declaration
    
    Remove declaration of struct virtualAllocationTable15. It is unused.
    
    Signed-off-by: Jan Kara <jack at suse.cz>
    
    Getting rid of compilation warnings.
    
    https://virtuozzo.atlassian.net/browse/PSBM-148793
    
    Feature: fix ms/drivers
    
    (cherry picked from commit 04e8ee504a677d07dd60f6c8aae912e4842301c8)
    Signed-off-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
 fs/udf/osta_udf.h | 9 ---------
 1 file changed, 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;


More information about the Devel mailing list