Revert "netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire"
This reverts commit 059c9b20b2
.
This commit is contained in:
parent
3d470f12ae
commit
606c44293e
1 changed files with 1 additions and 1 deletions
|
@ -4026,7 +4026,7 @@ int nf_msecs_to_jiffies64(const struct nlattr *nla, u64 *result)
|
|||
return -ERANGE;
|
||||
|
||||
ms *= NSEC_PER_MSEC;
|
||||
*result = nsecs_to_jiffies64(ms) ? : !!ms;
|
||||
*result = nsecs_to_jiffies64(ms);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue