]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: fix directory/attribute format issues
authorDave Chinner <dchinner@redhat.com>
Wed, 4 Sep 2013 22:05:08 +0000 (22:05 +0000)
committerRich Johnston <rjohnston@sgi.com>
Mon, 16 Sep 2013 20:14:40 +0000 (15:14 -0500)
commit84796a146ce8b711ba596303e41002dc7720c976
treea8b1ecbd76839c07a1c67e76faad2c501aea0dcc
parent2e6b5c91057e6d71c514d7be395ac1c23f0a7c9f
libxfs: fix directory/attribute format issues

directory data headers and attr leaf headers need padding for 32 bit
systems to correctly align the data sections on 64 bit boundaries.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Review-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
include/xfs_attr_leaf.h
include/xfs_dir2_format.h