提交 795a2f22 编写于 作者: A Al Viro

acct() should honour the limits from the very beginning

We need to check free space on the first write to freshly opened log.
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 e25ff11f
......@@ -180,8 +180,8 @@ static void acct_file_reopen(struct bsd_acct_struct *acct, struct file *file,
if (file) {
acct->file = file;
acct->ns = ns;
acct->needcheck = jiffies + ACCT_TIMEOUT*HZ;
acct->active = 1;
acct->needcheck = jiffies;
acct->active = 0;
list_add(&acct->list, &acct_list);
}
if (old_acct) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册