diff options
| author | Denis V. Lunev <den@openvz.org> | 2008-06-05 14:23:39 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-06-05 14:23:39 -0400 |
| commit | 9457afee85e0dfc2b5075a391d6f34463b4c2b90 (patch) | |
| tree | 39cf1262030ef195876c916a6f64201d66c48312 /ipc | |
| parent | 40aecb1b13f50d96616abb612c17e59457f54263 (diff) | |
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>
Diffstat (limited to 'ipc')
| -rw-r--r-- | ipc/mqueue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mqueue.c b/ipc/mqueue.c index b3b69fd51330..3e84b958186b 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c | |||
| @@ -1054,7 +1054,7 @@ retry: | |||
| 1054 | } | 1054 | } |
| 1055 | 1055 | ||
| 1056 | timeo = MAX_SCHEDULE_TIMEOUT; | 1056 | timeo = MAX_SCHEDULE_TIMEOUT; |
| 1057 | ret = netlink_attachskb(sock, nc, 0, &timeo, NULL); | 1057 | ret = netlink_attachskb(sock, nc, &timeo, NULL); |
| 1058 | if (ret == 1) | 1058 | if (ret == 1) |
| 1059 | goto retry; | 1059 | goto retry; |
| 1060 | if (ret) { | 1060 | if (ret) { |
