summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_dir2_format.h
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-06-07 13:18:59 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-06-07 13:18:59 +0200
commit7a4b35082c0f6997cb32b67a9cde169ec8e64706 (patch)
treec3fb875143d9c7862c2051bcd3447e26e354fdde /fs/xfs/xfs_dir2_format.h
parentdefa4c738aa90e29e91eff43b0c1b3198367ce9c (diff)
parentea61623fe9badd5a195b3a0878e6d89a2f97ac0e (diff)
Merge branch 'cpufreq-next' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq
ARM cpufreq updates from Viresh Kumar.
Diffstat (limited to 'fs/xfs/xfs_dir2_format.h')
-rw-r--r--fs/xfs/xfs_dir2_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_dir2_format.h b/fs/xfs/xfs_dir2_format.h
index a3b1bd841a80..995f1f505a52 100644
--- a/fs/xfs/xfs_dir2_format.h
+++ b/fs/xfs/xfs_dir2_format.h
@@ -715,6 +715,7 @@ struct xfs_dir3_free_hdr {
__be32 firstdb; /* db of first entry */
__be32 nvalid; /* count of valid entries */
__be32 nused; /* count of used entries */
+ __be32 pad; /* 64 bit alignment. */
};
struct xfs_dir3_free {