]> git.baikalelectronics.ru Git - kernel.git/commit
aoe: remove do-nothing NAME="%k" term from example udev rules
authorEd Cashin <ecashin@coraid.com>
Wed, 11 Sep 2013 21:25:47 +0000 (14:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:59:28 +0000 (15:59 -0700)
commitf1e7bd687182072b564680e5d247b8320b32becf
treeeaaa8114833dba5f274325337d7f5267126348c9
parentca8f54a9817a88f8f2c9a701d8ecb5992f6db55d
aoe: remove do-nothing NAME="%k" term from example udev rules

When the example udev rules in the documentation are used without
modification, warnings like the one shown below appear in the system logs:

  /var/log/messages:Aug 22 11:09:11 kung udevd[445]: NAME="%k" \
    is superfluous and breaks kernel supplied names, please remove \
    it from /etc/udev/rules.d/60-aoe.rules:26

Removing the term does not cause any problems with the creation of the
special character and block device nodes.

Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/aoe/udev.txt