From: Jiri Slaby Date: Fri, 8 Jan 2010 08:03:26 +0000 (-0800) Subject: SPARC: use helpers for rlimits X-Git-Tag: v2.6.33-rc6~28^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76704fb56c7317ae02c3267fc31d215f3a2528ca;p=pandora-kernel.git SPARC: 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed