diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 19:11:21 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 19:11:21 -0800 |
| commit | 08eb400cbebc7717f546845df7b87ad6f8711cf5 (patch) | |
| tree | 1ee43fee22b320eebc4f2fb2b62c1386428baff5 /include/linux/netlink.h | |
| parent | 9582480a60d0be5ac47e3da2777ec828278abf7f (diff) | |
v2.4.6.5 -> v2.4.6.6
- me: fix more buffer head SMP races (non-x86 only - weak memory ordering)
- Andrea Arkangeli: some bh cleanups from the buffer race condition fix
- Tim Waugh: parport drievr documentation, init sanity
- Ion Badulescu: starfire net driver update
- David Miller: sparc and networking updates
- Ivan Kokshaysky: alpha version of the inlined rw-semaphores
- NIIBE Yutaka: SuperH update
Diffstat (limited to 'include/linux/netlink.h')
| -rw-r--r-- | include/linux/netlink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netlink.h b/include/linux/netlink.h index 2afb52e98531..ce7f93b9e9d0 100644 --- a/include/linux/netlink.h +++ b/include/linux/netlink.h @@ -34,7 +34,7 @@ struct nlmsghdr #define NLM_F_REQUEST 1 /* It is request message. */ #define NLM_F_MULTI 2 /* Multipart message, terminated by NLMSG_DONE */ -#define NLM_F_ACK 4 /* If succeed, reply with ack */ +#define NLM_F_ACK 4 /* Reply with ack, with zero or error code */ #define NLM_F_ECHO 8 /* Echo this request */ /* Modifiers to GET request */ |
