Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106327
b: refs/heads/master
c: ec34c70
h: refs/heads/master
i:
  106325: 900234e
  106323: cbc67a7
  106319: 3bb6b2d
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Jul 26, 2008
1 parent 388f77c commit b006b3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 547b792cac0a038b9dbf958d3c120df3740b5572
refs/heads/master: ec34c702ca8b7d6f0aa54379c3b0d0ec10b8ff23
7 changes: 0 additions & 7 deletions trunk/include/linux/rtnetlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -755,13 +755,6 @@ extern void __rtnl_unlock(void);
} \
} while(0)

#define BUG_TRAP(x) do { \
if (unlikely(!(x))) { \
printk(KERN_ERR "KERNEL: assertion (%s) failed at %s (%d)\n", \
#x, __FILE__ , __LINE__); \
} \
} while(0)

static inline u32 rtm_get_table(struct rtattr **rta, u8 table)
{
return RTA_GET_U32(rta[RTA_TABLE-1]);
Expand Down

0 comments on commit b006b3e

Please sign in to comment.