From: Nicholas Mc Guire Date: Thu, 8 Jan 2015 23:48:58 +0000 (+1100) Subject: xfs: fix implicit bool to int conversion X-Git-Tag: fixes-v4.0-rc1~157^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43fd1fce9643586e0995ee5d11fb40641575348a;p=pandora-kernel.git xfs: fix implicit bool to int conversion try_wait_for_completion returns bool so the wrapper function xfs_dqflock_nowait should probably also return bool and not int. Signed-off-by: Nicholas Mc Guire Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed