From 47331ad3a82d000b00e8b1685c8c0e07df2708c9 Mon Sep 17 00:00:00 2001 From: Mandy Kirkconnell Date: Fri, 9 Jun 2006 14:51:25 +1000 Subject: [PATCH] --- yaml --- r: 28411 b: refs/heads/master c: fe6c1e7240e3a7cb600030f9c909273365d52a9d h: refs/heads/master i: 28409: 6877006d5352577994a37052a5e53fa6b2762c2c 28407: f5aa13339e1b6ca21d662dd7f24944d099399aa8 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 8c0d66abd269..6857bc786745 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f368a0d58cb8cadab298546286f94ca14220f65 +refs/heads/master: fe6c1e7240e3a7cb600030f9c909273365d52a9d diff --git a/trunk/fs/xfs/xfs_inode.c b/trunk/fs/xfs/xfs_inode.c index 020de5637e06..f5284453441b 100644 --- a/trunk/fs/xfs/xfs_inode.c +++ b/trunk/fs/xfs/xfs_inode.c @@ -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; }