diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-23 00:13:59 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-23 00:13:59 +0200 |
commit | 6880b25d4044f2d154908f88e717435412187355 (patch) | |
tree | 97b926e658b622d1fb755b554aa37c5ad0efab15 /TODO | |
parent | a391f49d7f5433e6204f35331b81391c2d110309 (diff) |
replace in-memory rules array with match/action token list
The in-memory rule array of a common desktop distro install took:
1151088 bytes
with the token list:
109232 bytes tokens (6827 * 16 bytes), 71302 bytes buffer
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ + o use node for tmpnode, if it already exists o add DVB variables to kernel, and drop shell script rule - o rework rules to a match-action list, instead of a rules array o DEVTYPE for disks is set by the kernel, they will be removed from the default rules o "udevadm control" commands will only accept the --<command> syntax |