Skip to content

Commit

Permalink
[PATCH] udf: remove duplicate definitions
Browse files Browse the repository at this point in the history
This patch removes duplicate definitions from include/linux/udf_fs_i.h
which are already defined in fs/udf/ecma_167.h.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Pekka Enberg authored and Linus Torvalds committed Mar 25, 2006
1 parent 1e0a91a commit d12ddde
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions include/linux/udf_fs_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d12ddde

Please sign in to comment.