]> git.baikalelectronics.ru Git - kernel.git/commit
Use single_open instead of manual manipulations.
authorPavel Emelyanov <xemul@openvz.org>
Mon, 18 Feb 2008 10:55:10 +0000 (13:55 +0300)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Mar 2008 04:19:58 +0000 (00:19 -0400)
commitc1ffcfc8f60854de1d5ca2b78101da00c1b546a2
tree74542b56b258e8cae2f7747ac519c9ba0acf3518
parentf673cf37fa3f05ecc477717c6ff1dbc453995f81
Use single_open instead of manual manipulations.

The code opening proc entry for each device makes the
same thing, as the single_open does, so remove the
unneeded code.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ibmveth.c