aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/acct.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/acct.c')
-rw-r--r--kernel/acct.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/acct.c b/kernel/acct.c
index a1844f14c6d6..807ebc5d8333 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -531,9 +531,6 @@ static void do_acct_process(struct bsd_acct_struct *acct,
531 ac.ac_majflt = encode_comp_t(pacct->ac_majflt); 531 ac.ac_majflt = encode_comp_t(pacct->ac_majflt);
532 ac.ac_exitcode = pacct->ac_exitcode; 532 ac.ac_exitcode = pacct->ac_exitcode;
533 spin_unlock_irq(&current->sighand->siglock); 533 spin_unlock_irq(&current->sighand->siglock);
534 ac.ac_io = encode_comp_t(0 /* current->io_usage */); /* %% */
535 ac.ac_rw = encode_comp_t(ac.ac_io / 1024);
536 ac.ac_swaps = encode_comp_t(0);
537 534
538 /* 535 /*
539 * Get freeze protection. If the fs is frozen, just skip the write 536 * Get freeze protection. If the fs is frozen, just skip the write