From e16b038a194dd7c5ecf4cbd7ec69724794f509dc Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Sat, 25 Mar 2006 03:08:21 -0800 Subject: [PATCH] --- yaml --- r: 23609 b: refs/heads/master c: d12ddde2bbf46b34eae3fb3fd36c0e42832b537c h: refs/heads/master i: 23607: c2a08b2539f3ec5f99b990fbbfae047ff513612a v: v3 --- [refs] | 2 +- trunk/include/linux/udf_fs_i.h | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/[refs] b/[refs] index 4806393e6099..9621504e29d5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1e0a91ad52c741d09288450674fc7c7f1695200a +refs/heads/master: d12ddde2bbf46b34eae3fb3fd36c0e42832b537c diff --git a/trunk/include/linux/udf_fs_i.h b/trunk/include/linux/udf_fs_i.h index 1e7508420fcf..ffaf05679ffb 100644 --- a/trunk/include/linux/udf_fs_i.h +++ b/trunk/include/linux/udf_fs_i.h @@ -15,27 +15,6 @@ #ifdef __KERNEL__ -#ifndef _ECMA_167_H -typedef struct -{ - __u32 logicalBlockNum; - __u16 partitionReferenceNum; -} __attribute__ ((packed)) lb_addr; - -typedef struct -{ - __u32 extLength; - __u32 extPosition; -} __attribute__ ((packed)) short_ad; - -typedef struct -{ - __u32 extLength; - lb_addr extLocation; - __u8 impUse[6]; -} __attribute__ ((packed)) long_ad; -#endif - struct udf_inode_info { struct timespec i_crtime;