]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove pointless error goto in xfs_bmap_remap_alloc
authorEric Sandeen <sandeen@redhat.com>
Tue, 25 Oct 2016 01:47:14 +0000 (12:47 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Oct 2016 01:47:14 +0000 (12:47 +1100)
commit114c49821dfe4cdd30e92988b22f738025cf94cd
treedd6c6807dbae0d00c370298a59802b69e3c67b9f
parent1e85c20d20e276617b437c42d9551266fc3b10bd
xfs: remove pointless error goto in xfs_bmap_remap_alloc

Source kernel commit: fe23759eaf2f6540de20c1623f066aad967ff9c9

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>
libxfs/xfs_bmap.c