Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28411
b: refs/heads/master
c: fe6c1e7
h: refs/heads/master
i:
  28409: 6877006
  28407: f5aa133
v: v3
  • Loading branch information
Mandy Kirkconnell authored and Nathan Scott committed Jun 9, 2006
1 parent 13ec96d commit 47331ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3f368a0d58cb8cadab298546286f94ca14220f65
refs/heads/master: fe6c1e7240e3a7cb600030f9c909273365d52a9d
2 changes: 1 addition & 1 deletion trunk/fs/xfs/xfs_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -4181,7 +4181,7 @@ xfs_iext_direct_to_inline(
*/
memcpy(ifp->if_u2.if_inline_ext, ifp->if_u1.if_extents,
nextents * sizeof(xfs_bmbt_rec_t));
kmem_free(ifp->if_u1.if_extents, KM_SLEEP);
kmem_free(ifp->if_u1.if_extents, ifp->if_real_bytes);
ifp->if_u1.if_extents = ifp->if_u2.if_inline_ext;
ifp->if_real_bytes = 0;
}
Expand Down

0 comments on commit 47331ad

Please sign in to comment.