From: Jeff Mahoney Date: Thu, 1 Mar 2012 13:56:29 +0000 (+0100) Subject: btrfs: Remove set bits return from clear_extent_bit X-Git-Tag: v3.4-rc1~22^2~13^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6763af84a69f23c1c79f00720982e74fcff4d1f3;p=pandora-kernel.git btrfs: Remove set bits return from clear_extent_bit There is only one caller of clear_extent_bit that checks the return value and it only checks if it's negative. Since there are no users of the returned bits functionality of clear_extent_bit, stop returning it and avoid complicating error handling. Signed-off-by: Jeff Mahoney --- Reading git-diff-tree failed