diff options
Diffstat (limited to 'kernel/sys.c')
-rw-r--r-- | kernel/sys.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/sys.c b/kernel/sys.c index dca8acdd6..665c44e30 100644 --- a/kernel/sys.c +++ b/kernel/sys.c @@ -937,6 +937,8 @@ asmlinkage int sys_setrlimit(unsigned int resource, struct rlimit *rlim) * either stopped or zombied. In the zombied case the task won't get * reaped till shortly after the call to getrusage(), in both cases the * task being examined is in a frozen state so the counters won't change. + * + * FIXME! Get the fault counts properly! */ int getrusage(struct task_struct *p, int who, struct rusage *ru) { |