summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>2004-09-08 21:49:50 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-08 21:49:50 -0700
commit58a618cf96475a814b935345bbfcfa9a7a087f15 (patch)
tree3feba0bc24c42e738455543f0e03c66a30171dfd /include/linux
parent380768f5a50524ff7eab00d03d82a56cf2fdfe7b (diff)
[PATCH] udf endianness annotations
That one was slightly messier than ext2 - several data structures had been used both in little-endian (on-disk) and host-endian (in-core) situations. They had to be split, the rest was trivial annotations. Gets UDF sparse-clean with -Wbitwise. Note that here we just annotate - bug fixes from the original version of that patch had already been merged. Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/udf_fs_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/udf_fs_i.h b/include/linux/udf_fs_i.h
index 186a5a47b50b..62b15a4214e6 100644
--- a/include/linux/udf_fs_i.h
+++ b/include/linux/udf_fs_i.h
@@ -45,7 +45,7 @@ struct udf_inode_info
{
struct timespec i_crtime;
/* Physical address of inode */
- lb_addr i_location;
+ kernel_lb_addr i_location;
__u64 i_unique;
__u32 i_lenEAttr;
__u32 i_lenAlloc;