From: Eric Sandeen Date: Thu, 1 Aug 2013 01:33:47 +0000 (-0500) Subject: xfs:free bp in xlog_find_tail() error path X-Git-Tag: v3.12-rc1~80^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=050a1952c3f9304eccddc4f084e2401b5205ff55;p=pandora-kernel.git xfs:free bp in xlog_find_tail() error path xlog_find_tail() currently leaks a bp on one error path. There is no error target, so manually free the bp before returning the error. Found by Coverity. Signed-off-by: Eric Sandeen Reviewed-by: Mark Tinguely Signed-off-by: Ben Myers --- Reading git-diff-tree failed