diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-13 20:33:01 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-11-30 10:32:55 -0500 |
commit | 5c6edb576f3800723bb65dbfaff82517089e32d0 (patch) | |
tree | 650526e698cb123dfc6eb086c7da05dec74f89dc /fs/gfs2 | |
parent | 3ca68df6ee61e1a2034f3307b9edb9b3d87e5ca1 (diff) | |
download | blackbird-op-linux-5c6edb576f3800723bb65dbfaff82517089e32d0.tar.gz blackbird-op-linux-5c6edb576f3800723bb65dbfaff82517089e32d0.zip |
[GFS2] gfs2_dinode_host fields are host-endian
Annotated scalar fields, dropped unused ones. Note that
it's not at all obvious that we want to convert all of them
to host-endian...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/incore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/incore.h b/fs/gfs2/incore.h index 118dc693d111..1c876e0fb44a 100644 --- a/fs/gfs2/incore.h +++ b/fs/gfs2/incore.h @@ -229,7 +229,7 @@ struct gfs2_inode { unsigned long i_flags; /* GIF_... */ u64 i_vn; - struct gfs2_dinode i_di; /* To be replaced by ref to block */ + struct gfs2_dinode_host i_di; /* To be replaced by ref to block */ struct gfs2_glock *i_gl; /* Move into i_gh? */ struct gfs2_holder i_iopen_gh; |