From: Eric Paris Date: Mon, 7 Jan 2008 18:34:51 +0000 (-0500) Subject: [AUDIT] return EINTR not ERESTART* X-Git-Tag: v2.6.25-rc1~1080^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f701b75ed5ffb6820efe530d1a3abcc6fc4678ad;p=pandora-kernel.git [AUDIT] return EINTR not ERESTART* The syscall exit code will change ERESTART* kernel internal return codes to EINTR if it does not restart the syscall. Since we collect the audit info before that point we should fix those in the audit log as well. Signed-off-by: Eric Paris --- Reading git-diff-tree failed