From: Jeff Mahoney Date: Thu, 21 Jul 2011 16:56:09 +0000 (+0000) Subject: btrfs: Make extent-io callbacks that never fail return void X-Git-Tag: v3.1-rc1~82^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bf85046e493c88be1c1bad9084428373089f618;p=pandora-kernel.git btrfs: Make extent-io callbacks that never fail return void The set/clear bit and the extent split/merge hooks only ever return 0. Changing them to return void simplifies the error handling cases later. This patch changes the hook prototypes, the single implementation of each, and the functions that call them to return void instead. Since all four of these hooks execute under a spinlock, they're necessarily simple. Signed-off-by: Jeff Mahoney Signed-off-by: Chris Mason --- Reading git-diff-tree failed