xfs: free bp in xlog_find_zeroed() error path
authorEric Sandeen <sandeen@redhat.com>
Thu, 1 Aug 2013 01:32:30 +0000 (20:32 -0500)
committerBen Myers <bpm@sgi.com>
Tue, 13 Aug 2013 20:48:51 +0000 (15:48 -0500)
xlog_find_zeroed() currently leaks a bp on one error path.

Using the bp_err: target resolves this.

Found by Coverity.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

No differences found