On Wed, Apr 10, 2019 at 02:59:52PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > There is no need to print parent, because it is > part of standard sysfs anyway. > > [leonro@server ~]$ l /sys/class/infiniband/rxe0/ > lrwxrwxrwx 1 root root 0 Apr 10 11:53 device -> ../../../virtio10 > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_verbs.c | 21 --------------------- > 1 file changed, 21 deletions(-) I think this breaks the udev rules if I recall Steve's debugging. Jason