xfs: remove pointless error goto in xfs_bmap_remap_alloc
[linux-2.6-block.git] / fs / xfs / libxfs / xfs_bmap.c
index 0283b7eaf973c0ddf96748f3a2096c20c58a5e06..80bdb11ca6bfb667ac92c60df96a6839b699f2d8 100644 (file)
@@ -3974,9 +3974,6 @@ xfs_bmap_remap_alloc(
         * allocating, so skip that check by pretending to be freeing.
         */
        error = xfs_alloc_fix_freelist(&args, XFS_ALLOC_FLAG_FREEING);
-       if (error)
-               goto error0;
-error0:
        xfs_perag_put(args.pag);
        if (error)
                trace_xfs_bmap_remap_alloc_error(ap->ip, error, _RET_IP_);