[DLCI]: Fix tiny race between module unload and sock_ioctl.
authorPavel Emelyanov <xemul@openvz.org>
Fri, 21 Mar 2008 22:58:52 +0000 (15:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Mar 2008 22:58:52 +0000 (15:58 -0700)
This is a narrow pedantry :) but the dlci_ioctl_hook check and call
should not be parted with the mutex lock.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found