bpf: rename bpf_dev_offload -> bpf_prog_offload
[linux-2.6-microblaze.git] / kernel / acct.c
index d15c0ee..addf773 100644 (file)
@@ -102,7 +102,7 @@ static int check_free_space(struct bsd_acct_struct *acct)
 {
        struct kstatfs sbuf;
 
-       if (time_is_before_jiffies(acct->needcheck))
+       if (time_is_after_jiffies(acct->needcheck))
                goto out;
 
        /* May block */