From: Jiri Slaby Date: Wed, 13 Jan 2010 19:44:33 +0000 (+0100) Subject: [S390] use helpers for rlimits X-Git-Tag: v2.6.33-rc5~70^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58c26bba9ebe97fea99aee125728b1f3886499e;p=pandora-kernel.git [S390] use helpers for rlimits Make sure compiler won't do weird things with limits. E.g. fetching them twice may return 2 different values after writable limits are implemented. I.e. either use rlimit helpers added in 3e10e716abf3c71bdb5d86b8f507f9e72236c9cd or ACCESS_ONCE if not applicable. Cc: Heiko Carstens Cc: linux390@de.ibm.com Cc: linux-s390@vger.kernel.org Signed-off-by: Jiri Slaby Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed