From: Tiger Yang Date: Thu, 19 Nov 2009 02:17:46 +0000 (+0800) Subject: ocfs2: return -EAGAIN instead of EAGAIN in dlm X-Git-Tag: v2.6.33-rc2~4^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad1b15310b9bcd59fa81ab8f2b1513b59553ea8;p=pandora-kernel.git ocfs2: return -EAGAIN instead of EAGAIN in dlm We used to return positive EAGAIN to indicate a retry action is needed in dlm_begin_reco_handler(). Now we return negative -EAGAIN to erase the confusion caused by this error code. Signed-off-by: Tiger Yang Signed-off-by: Joel Becker --- Reading git-diff-tree failed