netlink: Remove nonblock parameter from netlink_attachskb

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Denis V. Lunev
2008-06-05 11:23:39 -07:00
committed by David S. Miller
parent 40aecb1b13
commit 9457afee85
3 changed files with 4 additions and 4 deletions

View File

@@ -1054,7 +1054,7 @@ retry:
}
timeo = MAX_SCHEDULE_TIMEOUT;
ret = netlink_attachskb(sock, nc, 0, &timeo, NULL);
ret = netlink_attachskb(sock, nc, &timeo, NULL);
if (ret == 1)
goto retry;
if (ret) {