aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-10-23 00:13:59 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-10-23 00:13:59 +0200
commit6880b25d4044f2d154908f88e717435412187355 (patch)
tree97b926e658b622d1fb755b554aa37c5ad0efab15 /TODO
parenta391f49d7f5433e6204f35331b81391c2d110309 (diff)
downloadudev-6880b25d4044f2d154908f88e717435412187355.tar.gz
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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 7cbe9163..fd9b2be5 100644
--- a/TODO
+++ b/TODO
@@ -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