]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_dir2_leaf.h
[PATCH] tightening hugetlb strict accounting
[linux-2.6] / fs / xfs / xfs_dir2_leaf.h
index a1db51b845b992174649e90f3e72a39b86131043..f57ca11624127795841f9f8ab4cc64421f7d7a57 100644 (file)
@@ -54,8 +54,8 @@ typedef struct xfs_dir2_leaf_hdr {
  * Leaf block entry.
  */
 typedef struct xfs_dir2_leaf_entry {
-       xfs_dahash_t            hashval;        /* hash value of name */
-       xfs_dir2_dataptr_t      address;        /* address of data entry */
+       __be32                  hashval;        /* hash value of name */
+       __be32                  address;        /* address of data entry */
 } xfs_dir2_leaf_entry_t;
 
 /*