From 88c99ddcfe6dad04b27f3fb18884509a21d01090 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Tue, 12 Jun 2012 14:20:26 +1000 Subject: [PATCH] --- yaml --- r: 311203 b: refs/heads/master c: 76d095388b040229ea1aad7dea45be0cfa20f589 h: refs/heads/master i: 311201: 4ddb7240627c61e9455f142913b90e0062087a3f 311199: 7322a3e979b57d8a6fa7c2c6a533a36a40da84c7 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_alloc.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d7677ece962e..83e5574ddf6a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a3a5dab63461b84213052888bf38a962b22d035 +refs/heads/master: 76d095388b040229ea1aad7dea45be0cfa20f589 diff --git a/trunk/fs/xfs/xfs_alloc.c b/trunk/fs/xfs/xfs_alloc.c index a996e398692b..9d1aeb7e2734 100644 --- a/trunk/fs/xfs/xfs_alloc.c +++ b/trunk/fs/xfs/xfs_alloc.c @@ -1080,6 +1080,7 @@ xfs_alloc_ag_vextent_near( goto restart; } + xfs_btree_del_cursor(cnt_cur, XFS_BTREE_NOERROR); trace_xfs_alloc_size_neither(args); args->agbno = NULLAGBLOCK; return 0;