]> git.karo-electronics.de Git - karo-tx-linux.git/commit
resource: add helpers for fetching rlimits
authorJiri Slaby <jslaby@suse.cz>
Thu, 19 Nov 2009 16:16:37 +0000 (17:16 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 Apr 2010 22:55:28 +0000 (15:55 -0700)
commit06ec11b10dfe1560540ed3488d5727d587c3d601
tree77780455f332808c962c145de5ad3a87890aa9c4
parente8772825003228c6c5dd94af7238a1b1fc12ec68
resource: add helpers for fetching rlimits

commit 3e10e716abf3c71bdb5d86b8f507f9e72236c9cd upstream.

We want to be sure that compiler fetches the limit variable only
once, so add helpers for fetching current and maximal resource
limits which do that.

Add them to sched.h (instead of resource.h) due to circular dependency
 sched.h->resource.h->task_struct
Alternative would be to create a separate res_access.h or similar.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: James Morris <jmorris@namei.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/sched.h