From: Nicholas Mc Guire Date: Tue, 10 Mar 2015 15:18:15 +0000 (-0400) Subject: ceph: match wait_for_completion_timeout return type X-Git-Tag: omap-for-v4.2/o2_dc~39^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57e95460f0b360c4d29c0320922b46b55dd2b79f;p=pandora-kernel.git ceph: match wait_for_completion_timeout return type return type of wait_for_completion_timeout is unsigned long not int. An appropriately named unsigned long is added and the assignment fixed up. Signed-off-by: Nicholas Mc Guire Signed-off-by: Yan, Zheng --- Reading git-diff-tree failed