aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/mqueue.c
diff options
context:
space:
mode:
authorDenis V. Lunev <den@openvz.org>2008-06-05 14:23:39 -0400
committerDavid S. Miller <davem@davemloft.net>2008-06-05 14:23:39 -0400
commit9457afee85e0dfc2b5075a391d6f34463b4c2b90 (patch)
tree39cf1262030ef195876c916a6f64201d66c48312 /ipc/mqueue.c
parent40aecb1b13f50d96616abb612c17e59457f54263 (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/mqueue.c')
-rw-r--r--ipc/mqueue.c2
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) {