diff options
| author | 2015-08-19 10:10:47 +1000 | |
|---|---|---|
| committer | 2015-08-19 10:10:47 +1000 | |
| commit | 5be203ad115c1d8294e8685253e05fcea0202e04 (patch) | |
| tree | fb30d691376436a934ab117fa8d5ff4a8f5bc508 /fs/xfs/libxfs/xfs_ialloc.c | |
| parent | Merge branch 'xfs-meta-uuid' into for-next (diff) | |
| parent | xfs: add missing bmap cancel calls in error paths (diff) | |
| download | wireguard-linux-5be203ad115c1d8294e8685253e05fcea0202e04.tar.xz wireguard-linux-5be203ad115c1d8294e8685253e05fcea0202e04.zip | |
Merge branch 'xfs-efi-rework' into for-next
Diffstat (limited to 'fs/xfs/libxfs/xfs_ialloc.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_ialloc.c b/fs/xfs/libxfs/xfs_ialloc.c index ce63e0431f3e..54deb2d12ac6 100644 --- a/fs/xfs/libxfs/xfs_ialloc.c +++ b/fs/xfs/libxfs/xfs_ialloc.c @@ -2233,7 +2233,7 @@ xfs_imap_lookup( } xfs_trans_brelse(tp, agbp); - xfs_btree_del_cursor(cur, XFS_BTREE_NOERROR); + xfs_btree_del_cursor(cur, error ? XFS_BTREE_ERROR : XFS_BTREE_NOERROR); if (error) return error; |
