Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315824
b: refs/heads/master
c: 320f5ea
h: refs/heads/master
v: v3
  • Loading branch information
WANG Cong authored and David S. Miller committed Jul 24, 2012
1 parent 281f746 commit 4010cda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17bcb684f08649a2ab6a7dcd8288332e72d208f1
refs/heads/master: 320f5ea0cedc08ef65d67e056bcb9d181386ef2c
2 changes: 1 addition & 1 deletion trunk/include/linux/genetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ enum {
/* All generic netlink requests are serialized by a global lock. */
extern void genl_lock(void);
extern void genl_unlock(void);
#ifdef CONFIG_PROVE_LOCKING
#ifdef CONFIG_LOCKDEP
extern int lockdep_genl_is_held(void);
#endif

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/netlink/genetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ void genl_unlock(void)
}
EXPORT_SYMBOL(genl_unlock);

#ifdef CONFIG_PROVE_LOCKING
#ifdef CONFIG_LOCKDEP
int lockdep_genl_is_held(void)
{
return lockdep_is_held(&genl_mutex);
Expand Down

0 comments on commit 4010cda

Please sign in to comment.