Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97557
b: refs/heads/master
c: 271d772
h: refs/heads/master
i:
  97555: 6aefea4
v: v3
  • Loading branch information
Sunil Mushran authored and Mark Fasheh committed May 30, 2008
1 parent 7494582 commit 0566f99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: a12630b186d56a77d17c9b34c82b88dda4337ed7
refs/heads/master: 271d772d02507c7541d5e6b4938ed2380e59a39a
12 changes: 6 additions & 6 deletions trunk/fs/ocfs2/cluster/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,23 +128,23 @@ void o2net_debug_del_nst(struct o2net_send_tracking *nst);
void o2net_debug_add_sc(struct o2net_sock_container *sc);
void o2net_debug_del_sc(struct o2net_sock_container *sc);
#else
static int o2net_debugfs_init(void)
static inline int o2net_debugfs_init(void)
{
return 0;
}
static void o2net_debugfs_exit(void)
static inline void o2net_debugfs_exit(void)
{
}
static void o2net_debug_add_nst(struct o2net_send_tracking *nst)
static inline void o2net_debug_add_nst(struct o2net_send_tracking *nst)
{
}
static void o2net_debug_del_nst(struct o2net_send_tracking *nst)
static inline void o2net_debug_del_nst(struct o2net_send_tracking *nst)
{
}
static void o2net_debug_add_sc(struct o2net_sock_container *sc)
static inline void o2net_debug_add_sc(struct o2net_sock_container *sc)
{
}
static void o2net_debug_del_sc(struct o2net_sock_container *sc)
static inline void o2net_debug_del_sc(struct o2net_sock_container *sc)
{
}
#endif /* CONFIG_DEBUG_FS */
Expand Down

0 comments on commit 0566f99

Please sign in to comment.