aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xfs/libxfs/xfs_iext_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_iext_tree.c b/fs/xfs/libxfs/xfs_iext_tree.c
index 19e546a41251..89bf16b4d937 100644
--- a/fs/xfs/libxfs/xfs_iext_tree.c
+++ b/fs/xfs/libxfs/xfs_iext_tree.c
@@ -850,9 +850,9 @@ static void
850xfs_iext_free_last_leaf( 850xfs_iext_free_last_leaf(
851 struct xfs_ifork *ifp) 851 struct xfs_ifork *ifp)
852{ 852{
853 ifp->if_u1.if_root = NULL;
854 ifp->if_height--; 853 ifp->if_height--;
855 kmem_free(ifp->if_u1.if_root); 854 kmem_free(ifp->if_u1.if_root);
855 ifp->if_u1.if_root = NULL;
856} 856}
857 857
858void 858void