From: Jiri Slaby Date: Wed, 6 Jan 2010 15:24:30 +0000 (+0100) Subject: [IA64] use helpers for rlimits X-Git-Tag: v2.6.33-rc4~74^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b763b8ccc88d030117851f2b76a119932f109e;p=pandora-kernel.git [IA64] 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. Signed-off-by: Jiri Slaby Cc: Fenghua Yu Signed-off-by: Tony Luck --- Reading git-diff-tree failed