Commit ddc13f45 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott

[XFS] Fix up daemon names

SGI Modid: xfs-linux:xfs-kern:166665a
parent 33c45458
...@@ -1641,7 +1641,7 @@ pagebuf_daemon( ...@@ -1641,7 +1641,7 @@ pagebuf_daemon(
struct list_head *curr, *next, tmp; struct list_head *curr, *next, tmp;
/* Set up the thread */ /* Set up the thread */
daemonize("pagebufd"); daemonize("xfsbufd");
current->flags |= PF_MEMALLOC; current->flags |= PF_MEMALLOC;
pagebuf_daemon_task = current; pagebuf_daemon_task = current;
......
...@@ -453,7 +453,7 @@ syncd(void *arg) ...@@ -453,7 +453,7 @@ syncd(void *arg)
vfs_t *vfsp = (vfs_t *) arg; vfs_t *vfsp = (vfs_t *) arg;
int error; int error;
daemonize("xfs_syncd"); daemonize("xfssyncd");
vfsp->vfs_sync_task = current; vfsp->vfs_sync_task = current;
wmb(); wmb();
......
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