Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108323
b: refs/heads/master
c: 597bca6
h: refs/heads/master
i:
  108321: 1c1ba95
  108319: 2c3fe60
v: v3
  • Loading branch information
Harvey Harrison authored and Lachlan McIlroy committed Aug 13, 2008
1 parent eee640b commit a7d7a55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d63f154a36c4ec7c2826874371887cecae375ebb
refs/heads/master: 597bca6378e0273a5d16346c941cab1ec2e0116d
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ xfs_iformat_extents(
xfs_validate_extents(ifp, nex, XFS_EXTFMT_INODE(ip));
for (i = 0; i < nex; i++, dp++) {
xfs_bmbt_rec_host_t *ep = xfs_iext_get_ext(ifp, i);
ep->l0 = be64_to_cpu(get_unaligned(&dp->l0));
ep->l1 = be64_to_cpu(get_unaligned(&dp->l1));
ep->l0 = get_unaligned_be64(&dp->l0);
ep->l1 = get_unaligned_be64(&dp->l1);
}
XFS_BMAP_TRACE_EXLIST(ip, nex, whichfork);
if (whichfork != XFS_DATA_FORK ||
Expand Down

0 comments on commit a7d7a55

Please sign in to comment.