From: Michel Lespinasse Date: Tue, 7 May 2013 13:45:51 +0000 (-0700) Subject: rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~14^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e78277ccbbb48af32a618d1ef0e8534e0b648d7;p=pandora-kernel.git rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed Remove the rwsem_down_failed_common function and replace it with two identical copies of its code in rwsem_down_{read,write}_failed. This is because we want to make different optimizations in rwsem_down_{read,write}_failed; we are adding this pure-duplication step as a separate commit in order to make it easier to check the following steps. Signed-off-by: Michel Lespinasse Reviewed-by: Rik van Riel Reviewed-by: Peter Hurley Acked-by: Davidlohr Bueso Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed