From: Luca Barbieri Date: Mon, 1 Mar 2010 18:55:48 +0000 (+0100) Subject: lib: Fix atomic64_inc_not_zero test X-Git-Tag: v2.6.35-rc1~518^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a304f277ad70166eeae25a4958d2049005c33a;p=pandora-kernel.git lib: Fix atomic64_inc_not_zero test atomic64_inc_not_zero must return 1 if it perfomed the add and 0 otherwise. The test assumed the opposite convention. Signed-off-by: Luca Barbieri LKML-Reference: <1267469749-11878-5-git-send-email-luca@luca-barbieri.com> Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed