diff options
| author | Ben Fennema <bfennema@falcon.csc.calpoly.edu> | 2002-03-12 23:39:28 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-03-12 23:39:28 -0800 |
| commit | 5eefec79f16006ff0d3fb91460e76df7f35455b9 (patch) | |
| tree | 6561536182078e8b76e6f32db175c40c85837406 /include/linux/udf_fs_i.h | |
| parent | b2dffcdf5576159290c61eed7d496dbb80e3592d (diff) | |
[PATCH] udf patch for 2.5.7-pre1 (part 4/4)
This patch moves the udf spec header files into the fs/udf directory and
removes all the non-standard sized typedefs.
Diffstat (limited to 'include/linux/udf_fs_i.h')
| -rw-r--r-- | include/linux/udf_fs_i.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/linux/udf_fs_i.h b/include/linux/udf_fs_i.h index 8e26831b6942..110468cb82df 100644 --- a/include/linux/udf_fs_i.h +++ b/include/linux/udf_fs_i.h @@ -15,17 +15,17 @@ * Each contributing author retains all rights to their own work. */ -#if !defined(_LINUX_UDF_FS_I_H) -#define _LINUX_UDF_FS_I_H +#ifndef _UDF_FS_I_H +#define _UDF_FS_I_H 1 #ifdef __KERNEL__ -#ifndef _LINUX_UDF_167_H +#ifndef _ECMA_167_H typedef struct { __u32 logicalBlockNum; __u16 partitionReferenceNum; -} lb_addr; +} __attribute__ ((packed)) lb_addr; #endif struct udf_inode_info @@ -59,4 +59,4 @@ struct udf_inode_info #define UDF_GETVOLIDENT _IOR('l', 0x42, void *) #define UDF_RELOCATE_BLOCKS _IOWR('l', 0x43, long) -#endif /* !defined(_LINUX_UDF_FS_I_H) */ +#endif /* _UDF_FS_I_H */ |
