Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213057
b: refs/heads/master
c: e4ecda1
h: refs/heads/master
i:
  213055: 8f6665a
v: v3
  • Loading branch information
Mark Lord authored and Jens Axboe committed Sep 25, 2010
1 parent 0f3bee1 commit f70ac86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c49825facfd4969585224a896a5e717f88450cad
refs/heads/master: e4ecda1b60bfd2333c12bbe71b153d3b6bdc831a
3 changes: 3 additions & 0 deletions trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@ extern unsigned long sysctl_hung_task_warnings;
extern int proc_dohung_task_timeout_secs(struct ctl_table *table, int write,
void __user *buffer,
size_t *lenp, loff_t *ppos);
#else
/* Avoid need for ifdefs elsewhere in the code */
enum { sysctl_hung_task_timeout_secs = 0 };
#endif

/* Attach to any functions which should be ignored in wchan output. */
Expand Down

0 comments on commit f70ac86

Please sign in to comment.