]> code.ossystems Code Review - meta-freescale.git/commit
udev-extraconf: not automount network block devices
authorTing Liu <ting.liu@freescale.com>
Fri, 1 Aug 2014 04:33:17 +0000 (12:33 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Wed, 6 Aug 2014 03:07:50 +0000 (11:07 +0800)
commitf60edc4bbefdf6378880b81bff3112e05e115908
tree16a72ea3ef5b2e264ce86cfdda85bea75c0b0c86
parent74f473df1337a7ee2ab1d3b1f9a63279098ed6f0
udev-extraconf: not automount network block devices

The nbd devices are set up loop devices, we first have dead device
nodes, then later we attach stuff behind them. At the time of the udev
creation event, nothing works at nbd devices.

This avoids unnecessary boot error msg:
| nbd0: Attempted send on closed socket
| end_request: I/O error, dev nbd0, sector 0

Signed-off-by: Ting Liu <ting.liu@freescale.com>
meta-fsl-ppc/recipes-core/udev/udev-extraconf_%.bbappend