* [PATCH] net: Update entry in af_family_clock_key_strings
@ 2008-07-23 20:28 Oliver Hartkopp
2008-07-23 21:06 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Oliver Hartkopp @ 2008-07-23 20:28 UTC (permalink / raw)
To: David Miller; +Cc: Urs Thuermann, Peter Zijlstra, Linux Netdev List
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
In the merge phase of the CAN subsystem the
af_family_clock_key_strings[] have been added to sock.c in commit
443aef0eddfa44c158d1b94ebb431a70638fcab4
(lockdep: fixup sk_callback_lock annotation). This trivial patch adds
the missing name for address family 29 (AF_CAN).
Signed-off-by: Oliver Hartkopp <oliver@hartkopp.net>
Cc: Urs Thuermann <urs@isnogud.escape.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
[-- Attachment #2: sock-AF_CAN-clock-key-string.patch --]
[-- Type: text/x-patch, Size: 639 bytes --]
diff --git a/net/core/sock.c b/net/core/sock.c
index 10a64d5..91f8bbc 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -180,7 +180,7 @@ static const char *af_family_clock_key_strings[AF_MAX+1] = {
"clock-AF_ASH" , "clock-AF_ECONET" , "clock-AF_ATMSVC" ,
"clock-21" , "clock-AF_SNA" , "clock-AF_IRDA" ,
"clock-AF_PPPOX" , "clock-AF_WANPIPE" , "clock-AF_LLC" ,
- "clock-27" , "clock-28" , "clock-29" ,
+ "clock-27" , "clock-28" , "clock-AF_CAN" ,
"clock-AF_TIPC" , "clock-AF_BLUETOOTH", "clock-AF_IUCV" ,
"clock-AF_RXRPC" , "clock-AF_MAX"
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] net: Update entry in af_family_clock_key_strings
2008-07-23 20:28 [PATCH] net: Update entry in af_family_clock_key_strings Oliver Hartkopp
@ 2008-07-23 21:06 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-07-23 21:06 UTC (permalink / raw)
To: oliver; +Cc: urs, a.p.zijlstra, netdev
From: Oliver Hartkopp <oliver@hartkopp.net>
Date: Wed, 23 Jul 2008 22:28:58 +0200
> In the merge phase of the CAN subsystem the
> af_family_clock_key_strings[] have been added to sock.c in commit
> 443aef0eddfa44c158d1b94ebb431a70638fcab4
> (lockdep: fixup sk_callback_lock annotation). This trivial patch adds
> the missing name for address family 29 (AF_CAN).
>
> Signed-off-by: Oliver Hartkopp <oliver@hartkopp.net>
Applied, thanks Oliver.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-23 21:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-23 20:28 [PATCH] net: Update entry in af_family_clock_key_strings Oliver Hartkopp
2008-07-23 21:06 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).