xfs: remove pointless error goto in xfs_bmap_remap_alloc
authorEric Sandeen <sandeen@redhat.com>
Thu, 20 Oct 2016 04:44:53 +0000 (15:44 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 20 Oct 2016 04:44:53 +0000 (15:44 +1100)
commitfe23759eaf2f6540de20c1623f066aad967ff9c9
treeaed055ad6ea66c50dde4bedc43d2338966044526
parent0ee7a3f6b5b2f22bb69bfc6c60d0ea0777003098
xfs: remove pointless error goto in xfs_bmap_remap_alloc

The commit:

f65306ea xfs: map an inode's offset to an exact physical block

added a pointless error0: target; remove it.

Addresses-Coverity-Id: 1373865
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Bill O'Donnell <billodo@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_bmap.c