Commit 918d25b1 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] init timers under fs/

There's only the one, in XFS.
parent b9a2dd76
...@@ -1671,7 +1671,7 @@ pagebuf_daemon( ...@@ -1671,7 +1671,7 @@ pagebuf_daemon(
page_buf_t *pb; page_buf_t *pb;
struct list_head *curr, *next, tmp; struct list_head *curr, *next, tmp;
struct timer_list pb_daemon_timer = struct timer_list pb_daemon_timer =
{ .function = (timeout_fn)pagebuf_daemon_wakeup }; TIMER_INITIALIZER((timeout_fn)pagebuf_daemon_wakeup, 0, 0);
/* Set up the thread */ /* Set up the thread */
daemonize(); daemonize();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment